You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great package. I've got everything onto the Pub/Sub topic as messages but not sure what I need to really do to the "process" the queue.
I was thinking of creating an endpoint for the jobs to push too i.e example.com/jobs which basically decodes the payload and fire the same Job again internally as a sync on a Cloud Run instance of the app.
Just wondered if this is how you intended the package to be used or if you have a different approach personally?
p.s I am playing with moving my Laravel apps over to serverless, so still picking bits up here and there,
This discussion was converted from issue #48 on March 03, 2024 20:58.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey @kainxspirits
Thanks for the great package. I've got everything onto the Pub/Sub topic as messages but not sure what I need to really do to the "process" the queue.
I was thinking of creating an endpoint for the jobs to push too i.e example.com/jobs which basically decodes the payload and fire the same Job again internally as a sync on a Cloud Run instance of the app.
Just wondered if this is how you intended the package to be used or if you have a different approach personally?
p.s I am playing with moving my Laravel apps over to serverless, so still picking bits up here and there,
Beta Was this translation helpful? Give feedback.
All reactions