-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
This would allow us to track retries when an error occurs.
Example scenario:
- error is posted on Slack, with link to log entry
- some time later, we troubleshoot it
- the dl queue is empty
- the event is processed successfully by. retry job
- the retry job does not log anything specific in the happy path
jira-bugzilla-integration/jbi/retry.py
Lines 51 to 53 in 75afd41
| item_executor(item.payload, ACTIONS) | |
| await queue.done(item) | |
| metrics["events_processed"] += 1 |
- we have to look for executor logs, but can't distinguish retries from other events
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request