There are 4 openedx docker containers in my virgin install of tutor:
My question is, what is the difference between a worker process and a main process? I could not find the answer in the tutor documentation.
The workers are responsible for running celery tasks queue. To learn more about why celery is being used and most importantly why is it decoupled from the main cms or lms apps. I encourage you to read this doc.
celery
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.