Custom queue for a job/op in Dagster #23547
Unanswered
athenadataflow
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Did you configure this in your |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to set up a data pipeline with multiple celery workers, RabbitMQ and Dagster.
In this picture I set up a tags for "gpu" queue but as after the job start running, all the tasks go to the default "dagster" queue.
I tried to set the tags inside op config instead of job config but no success.
I ran through the dagster-celery files and other posts but couldn't find out the reasons, all the logic are matching so here I am.
Please help me :(.
Here's the configs:

Here's the result:

Here's the job's definition code that I used:
celery_job.py
Beta Was this translation helpful? Give feedback.
All reactions