Replies: 1 comment 1 reply
-
|
We're not adding any new features to this package. It's only intended to handle basic jobs, if you need more fine grained control, you should use a dedicated job instead. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think is a good practice to use withoutRelations on job constructor like Laravel job, to prevent relations from being serialized.
withoutRelations doc
Is it possible to include a param to use this functionality?
Beta Was this translation helpful? Give feedback.
All reactions