Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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