I have started by creating 4 chatbots simultaneously using different configurations.
BUG: Unexpected Failed Chatbot Creation without logs:
All chatbots were created successfully except for one that is still loading till today. By debugging the logs it seems that the task for the creation of this chatbot has been received:
2024-08-06T12:16:54.455258684Z celery.node Received task: tasks.crawl[6a3f80c0-075b-462e-a525-dd299409c908], args: [object Object],66b21436a6f4fb590eb28d32,1,false, kwargs: {}
But it has never finished.
The corresponding task to the chatbot that is still hanging only had a task received but NO task finished.
Also by looking on the list of processes, there is not corresponding PID to the crawler worker that is using significant amount CPU.
No information was logged to the user and the task was lost without any available logs or information.
Do you habe any ideas what can cause this behaviour?