Exq.Redis.JobStat (exq v0.19.0) View Source
The JobStat module encapsulates storing system-wide stats on top of Redis It aims to be compatible with the Sidekiq stats format.
Link to this section Summary
Link to this section Functions
Link to this function
add_process(redis, namespace, process_info, serialized_process \\ nil)
View Source
Link to this function
add_process_commands(namespace, process_info, serialized_process \\ nil)
View Source
Link to this function
record_failure(redis, namespace, error, job, current_date \\ DateTime.utc_now())
View Source
Link to this function
record_failure_commands(namespace, error, job, current_date \\ DateTime.utc_now())
View Source
Link to this function
record_processed(redis, namespace, job, current_date \\ DateTime.utc_now())
View Source
Link to this function