79191707

Date: 2024-11-15 09:19:07
Score: 4
Natty:
Report link

Since I couldn't find any reason why Docker is keeping this cache, I used the following workaround in case other users are facing the same issue with the same type of project.

I stopped using the management command and the dedicated app cron container.

I moved those management commands to REST views that only a specific user with a specific auth token can launch.

I created a new simple container for a cron job that performs curl requests on those URLs.

Everything works now.

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): facing the same issue
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Thomas