-
Notifications
You must be signed in to change notification settings - Fork 340
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
[9.x] Overridable jobs #476
Conversation
Putting this in draft for now. Can you make the changes I requested? |
@driesvints Sure, thanks for the review and comment. It looks good now? |
If you fix the StyleCI warning and remove the two tests I highlighted I think we're good. |
@driesvints I didn't use StyleCI before. I need to register and configure an API key, right? Currently, the StyleCI website doesn't work for me so I can't do it locally. |
@driesvints Yes, the page doesn't work for me. Reported it to Graham on Twitter. |
This PR makes the package's jobs open for extension, for users that want to adjust the
$tries
,$backoff
,$maxExceptions
properties.I implemented the same approach that implemented on Laravel Sanctum, providing the user the freedom the choose which job class will be used in the config file.
Discussed in #474.