Configure queued jobs serialization #55371
Unanswered
AComasSamcla
asked this question in
Ideas
Replies: 0 comments
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.
-
Laravel uses the old PHP serialization to manage its queue jobs. When you need to insert a queued job in database from an external app not written in PHP, there is no way to do it.
It would be awesome to be able to set the queues serialization method, at least between PHP Serialization and a standard like JSON.
Beta Was this translation helpful? Give feedback.
All reactions