Régis Behmo
Régis Behmo
Hey @Ian2012! I'm glad you are opening this issue today as there are multiple conversations going on right now about Celery: https://github.com/overhangio/tutor/issues/1126 https://github.com/overhangio/tutor/pull/1010 https://github.com/overhangio/tutor/pull/1128 As usual, I'd like to resolve...
> I've seen some comments around having a celeryconfig.py file with a patch on it for general settings, and for the custom workers we could use environment variables. Yes, I...
You are referring to this? https://docs.celeryq.dev/en/stable/reference/celery.html#celery.Celery.config_from_object This is the method that is being called in lms.celery: https://github.com/openedx/edx-platform/blob/master/lms/celery.py As far as I know, this method is used to configure the Celery...
## Customization I saw your PoC ##1131. I'm not in favor of a filter that would be used to create extra containers. There is already another mechanisms to do that,...
Please do give more details including the command you run and the stack trace.
While I try to troubleshoot this issue, can you just tell me how you discovered this repo? It was mostly dormant for about two years, and all of a sudden...
Thanks a lot for putting this together @bradenmacdonald! I'm looking forward to not having to run a separate discovery service. The great thing about this DEPR announcement is that it...
@scottrish Why not? Are there features of course-discovery that are required for you?
Related PR: #1010 For more information regarding additional options, see: https://github.com/edx/configuration/pull/68
Hi Ivo, I agree that we need to provide a way to override the number of concurrent workers. And we also need to provide good defaults for that value. In...