Is it possible to change DATABASE_CELERY_CMD to REDIS_CONNECTION_CMD #931
Unanswered
ityulkanov
asked this question in
Questions & Answers
Replies: 0 comments
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.
-
I'm trying to find a way to replace result_backend postgres database with redis as was recommended to avoid duplicates in celery_taskmeta due to OOM.
Since there is no information available anywhere I had to use LLM to figure out the solution and this is what I got from it.
But when I override the value AIRFLOW__CELERY__RESULT_BACKEND directly I got to this error:
So, my question is: is it possible to redefine it someway else, or it is it, and such change is not possible to do at all?
Beta Was this translation helpful? Give feedback.
All reactions