Skip to content

Laravel queue job compatibility with Hypervel queue workers #7

Answered by albertcht
binaryfire asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @binaryfire,

Every class being serialized in the job payload must exist a same copy on the other framework. For instance, if you serialize User model in the job in Laravel, then you need to have a same User class with the same namespace and properties definition in Hypervel, vice versa.

While there's no context hydrating feature in Hypervel, so it won't take effect in Hypervel.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by binaryfire
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants