View Source StepFlow.Amqp.ErrorConsumer (StepFlow v1.8.0)

Consumer of all job with error status.

Summary

Functions

Returns a specification to start this module under a supervisor.

Consume message with error topic, update Job and send a notification.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

consume(channel, tag, redelivered, payload)

View Source

Consume message with error topic, update Job and send a notification.

Link to this function

consume_error_message(channel, tag, payload, job_id, description)

View Source
Link to this function

publish_parent_job_error(job, description)

View Source