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
Hi, we are running a multi-tenant saas application (>30 apps) with a low-load of messages. Ofc I want those messages to be consumed as soon as possible. For the staging environments with their low load scenarios I don't see the need to run 1 consumer for each app and I also want to benefit from the queing feature for high memory/high cpu messages while running multiple apps on the same vm.
Is there a way to consume messages of different symfony applications with the same consumer?
Like re-initializing the applicationbased on the message data?
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.
-
Hi, we are running a multi-tenant saas application (>30 apps) with a low-load of messages. Ofc I want those messages to be consumed as soon as possible. For the staging environments with their low load scenarios I don't see the need to run 1 consumer for each app and I also want to benefit from the queing feature for high memory/high cpu messages while running multiple apps on the same vm.
Is there a way to consume messages of different symfony applications with the same consumer?
Like re-initializing the applicationbased on the message data?
Beta Was this translation helpful? Give feedback.
All reactions