Sachit Shivam
09/15/2020, 11:11 AMmax
09/15/2020, 1:38 PMSachit Shivam
09/15/2020, 1:39 PMmax
09/15/2020, 1:40 PMdagster-celery
provides a wrapper CLI that you can use to run the workersSachit Shivam
09/15/2020, 1:41 PMmax
09/15/2020, 1:50 PMSachit Shivam
09/15/2020, 1:50 PMdagster-celery worker start -A dagster_celery.app -y /opt/dagster/app/dagster.yaml
Here is the config:
execution:
celery:
config:
broker: 'pyamqp://guest@ip-172-31-7-185.ap-south-1.compute.internal//'
backend: 'rpc://ip-172-31-7-185.ap-south-1.compute.internal'
However, the worker is trying to connect to *`amqp://guest:**@127.0.0.1:5672//` instead:*execution:
celery:
config:
broker: '<pyamqp://guest@ip-172-31-7-185.ap-south-1.compute.internal//>'
backend: '<rpc://ip-172-31-7-185.ap-south-1.compute.internal>'
but then it throws this error instead: