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

Show when middleware releases a job #66

Closed
tobytwigger opened this issue Feb 18, 2023 · 0 comments · Fixed by #73
Closed

Show when middleware releases a job #66

tobytwigger opened this issue Feb 18, 2023 · 0 comments · Fixed by #73
Labels
enhancement New feature or request

Comments

@tobytwigger
Copy link
Owner

Describe the bug
When a job is released via middleware, such as when using rate limiting or Without Overlapping, the job is marked as successful and a retry is created.

This is a bit odd, as at first glance on the dashboard it looks like the job has been retried lots, not that it's been delayed due to middleware.

To Reproduce
Steps to reproduce the behavior:

  1. Dispatch a rate limited job
  2. See the retries be created for the job

Expected behavior
I expect to be able to see the job was delayed due to middleware. Nothing will have happened in the job so it should have a 'released' status and show up on the top bar in a drop-down of 'middleware delayed' jobs.

Open to other solutions to simplify the UI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant