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
I would like to setup multiple Laravel queues, one for regular jobs, and one "highmem" queue for jobs that require a lot of memory. e.g. ProcessPodcast::dispatch()->onConnection('sqs')->onQueue('highmem'); How would I go about setting this up? Do I just create a separate construct, and how do I specify which queue it handles?
Something like:
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to setup multiple Laravel queues, one for regular jobs, and one "highmem" queue for jobs that require a lot of memory. e.g.
ProcessPodcast::dispatch()->onConnection('sqs')->onQueue('highmem');How would I go about setting this up? Do I just create a separate construct, and how do I specify which queue it handles?Something like:
Thank you!
Edit: FYI I'm deploying a Laravel app, maybe I should have posted in the other repo.
Beta Was this translation helpful? Give feedback.
All reactions