Skip to content

Fix laravel job attempts, when removing DLX #6

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

Merged
merged 18 commits into from
Feb 9, 2020

Conversation

adm-bome
Copy link
Owner

@adm-bome adm-bome commented Feb 9, 2020

No description provided.

…The value can mess things up. The attempts() method was designed to return the current attempt value, not the value of the previous run. Else the worker will try 1 try to long.
The attempts() method on the Job is/was interpreted wrong. the method mus return the previous_attempt + 1 = current attempt.
…sed.

Previously this was handled by rabbitmq with a DLX. [removed]
- Added delayed messages with a higher priority when put back to the queue.
- Added ability to reroute failed messages
- Fixed when to acknowledge or decline messages.
- Fixed attempts() when multiple delay values are used.
- Fixed death worker loop, when queues are missing.
- Fixed issue vyuldashev#305
- Fixed issue vyuldashev#302
- Fixed issue vyuldashev#301
- Fixed issue vyuldashev#299
@adm-bome adm-bome merged commit e6f9c3c into master Feb 9, 2020
@adm-bome adm-bome deleted the fix-laravel-job-attempts branch February 11, 2020 19:16
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

Successfully merging this pull request may close these issues.

1 participant