Hello,
I have 3 containers who communicates and exchange data through each other by sending jobs via RabbitMQ. Since yesterday, the last container to be executed in the workflow exits as soon as it is built up.
The failed container log files says that it fails because it cant find the file to process at the path received from the job sent by another container. The problem is that the job received is not the one sent by the other container during the current execution, but a job sent before the failed container begin to exit building up procedure.
How can it be possible? It is Please, consider I’m a newby…
Thank you for any hints you can provide