You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first of all, thank you for building this project! I recently tried to set up and run your repository but encountered a problem related to the checker's worker container. When I built and started your repo using Docker, all checker's tasks remained in the "inactive" state.
I spent a significant amount of time and resources trying to understand why it wasn't running. Then, my brother and I watched this YouTube video and noticed the user starting the default/checker Minion workers using a script/CS tool. However, when we checked the docker-compose.yml file, we couldn’t find a worker configuration for the checker.
To resolve the issue, we added the following code to the docker-compose.yml file, and everything started working correctly:
Hi, first of all, thank you for building this project! I recently tried to set up and run your repository but encountered a problem related to the checker's worker container. When I built and started your repo using Docker, all checker's tasks remained in the "inactive" state.
I spent a significant amount of time and resources trying to understand why it wasn't running. Then, my brother and I watched this YouTube video and noticed the user starting the default/checker Minion workers using a script/CS tool. However, when we checked the docker-compose.yml file, we couldn’t find a worker configuration for the checker.
To resolve the issue, we added the following code to the docker-compose.yml file, and everything started working correctly:
This solved the issue, and the checker worker started successfully.
The text was updated successfully, but these errors were encountered: