You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This enables additional data in Redis, which can be fetched by using getMetrics method and provides information about job completion/failure over time with some additional metadata:
This would allow displaying a graph of completed and failed jobs over time, it should also provide information about job response time, process time and throughput.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Bull and BullMQ support metrics, which can be enabled with metrics option:
This enables additional data in Redis, which can be fetched by using
getMetrics
method and provides information about job completion/failure over time with some additional metadata:This would allow displaying a graph of completed and failed jobs over time, it should also provide information about job response time, process time and throughput.
Relates to #258
The text was updated successfully, but these errors were encountered: