Hey
@Emiliano 👋 it can, but depending on your specific use case it may not be a good solution. If you want to run a deployment for each message, that’s probably not going to scale super well. However, if you have an event processor/subscriber that uses the flow decorator, that should work well enough. Better yet is to have a longer-lived flow that consumes messages and processes them as tasks. In the end it all comes down to scale. You can read more about our
rate limits here.