Hi guys
Is it possible to use Celery workers and RabbitMQ running on different EC2 instances?
I have dagster running on a particular EC2 instance and would like to use different EC2 instances to run my Celery workers and RabbitMQ
Is that possible, and if yes, how do I configure that?
Also, do I need to set a separate Celery broker up?
a
alex
09/10/2020, 2:22 PM
yes this is possible - just need to configure the
celery
section of your execution config to point at the machine running rabbitmq