Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When a QueueItem fails it seems to remain in the Queue even after max retries reached #21

Open
ssanabriacec opened this issue Sep 23, 2020 · 0 comments
Assignees

Comments

@ssanabriacec
Copy link
Contributor

Error:

  • QueueItem is introduced to Queue
  • QueueItem fails (because a property in the payload is null)
  • New item with the same Event Name is introduced and should work but doesn't because previous QueueItem still fails.
  • Data from previous QueueItem payload is corrected
  • New event is fired and therefore a new QueueItem is introduced
  • QueueItem then works AND executes the QueueItem that previously failed

Expected behaviour:

  • The QueueItem / Event related should fail and retry X number of times (MaxRetries), and then removed from the Queue
@ssanabriacec ssanabriacec self-assigned this Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant