Generic message bus abstraction. Supported implementation: RabbitMQ, Supabase Queue, PgMQ.
See folder: examples
Increase the number of consumers of each subscription to improve performance.
You could do this by:
- Running the consumer file (e.g.:
receive.pyin the examples folder) multiple times. - Use Supervisor and set numprocs to a number larger than one.