-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Celery when running via gravity #38
Comments
I think activating this via the |
|
Right, but it would still enable it if it's left commented in |
Yes, that is the idea. I prefer this over rewriting the Galaxy config, and otherwise we'll have to come up with some other solution to checking if celery is available and functional. |
I get the point, an admin may be confused why the commented-out-default is not actually the applied setting in this case. Gravity could print a warning that it's doing this I guess? But it would also hopefully be fairly obvious from the fact that it starts celery processes. |
I don't think we can switch this to true within Galaxy just now, but we know in gravity that Celery is available, so we could set
GALAXY_CONFIG_ENABLE_CELERY_TASKS=true
in the supervisor config.The text was updated successfully, but these errors were encountered: