How to map celery queues to solids? #4349
-
I'm using celery executor to run my pipelines. I've created several celery workers that listen to different queues, but I could not find a way to assign specific celery queue for specific solid in a solid's |
Beta Was this translation helpful? Give feedback.
Answered by
alangenfeld
Jul 12, 2021
Replies: 1 comment 1 reply
-
There is not a way to do it via |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lgblkb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is not a way to do it via
run_config
, but you can set thetag
on your solid https://docs.dagster.io/deployment/guides/kubernetes/customizing-your-deployment#configuring-celery-queues