View Source Glific.Processor.ConsumerWorker (Glific v5.1.6)

Process all messages of type consumer and run them thru the various in-built taggers. At a later stage, we will also do translation and dialogflow queries as an offshoot from this GenStage

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Sets the immutable state for a specific organization. Making this public, so we can call it from the test suite

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

load_state(organization_id)

View Source
@spec load_state(non_neg_integer()) :: map()

Sets the immutable state for a specific organization. Making this public, so we can call it from the test suite