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

Fix retry count for queued jobs #967

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Fix retry count for queued jobs #967

merged 1 commit into from
Jan 14, 2025

Conversation

stayallive
Copy link
Collaborator

As correctly noted in #966 we are off by one for retries. This happened in the refactoring to the new attribute names for queue tracing. We used to call this field "attempts" in our Laravel specific field names and thus we are off by one since we should not consider the first attempt a retry, only subsequent attempts.

@cleptric cleptric merged commit 596bfa1 into master Jan 14, 2025
27 checks passed
@cleptric cleptric deleted the fix-retries branch January 14, 2025 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants