Skip to content

Store request id in DL queue item #991

@leplatrem

Description

@leplatrem

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

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions