Laravel Queue driver & Cloud Tasks integrations #90
iamacarpet
started this conversation in
Polls
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
Quick question, is anyone using the Laravel Queue driver that integrates with Cloud Tasks?
We historically haven't used it internally, in favour of just creating HTTP routes & calling Cloud Tasks manually.
During the Laravel 11.x upgrade project, I've actually removed it for now, as we didn't have anything configured to properly test it against... I spotted that from the GitHub network view, @eureciclo and @epscavalcante , you've both forked to fix
getSeconds() -> secondsUntil()
in the current implementation:Does this mean you are using it? And if so, can you share your experiences of if it works for you or not?
I'm happy to add it back in if so, and actually, I think we'll have some internal requirements for it soon, given the potential on-boarding of several new projects.
Regards,
iamacarpet
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions