Open dga-nagra opened 3 months ago
I think the scheduled jobs are stored in a Redis queue, so they should not be deleted if the containers are restarted. If you deleted the volume from the Redis containers then, the jobs are gone.
@tobiasge Hi, we use AWS elasticache service that never goes down for redis, and AWS RDS for postgres. There shouldn't be any issue on this side but still, the scheduling is apparently lost after we restart the containers
Current Behavior
If we delete the container and create a new one, the scripts are not scheduled anymore. It is apparently due to the scheduling being done using crontab which won't persist.
NOTE: There should be a comment section for bug report. Also, even if the bug is reproducible with docker compose, we are using AWS ECS for the deployment and the public image => I had no repository to run "git rev-parse head", I had to find the corresponding commit of the image we use
Expected Behavior
The scheduling still work. Ideally, the scheduling must be stored in the database (to be reported to netbox?)
Docker Compose Version
Docker Compose version v2.27.0
Docker Version
The git Revision
0c99ff8b5663db3e0db5a45660cebda9f917508b
The git Status
Startup Command
docker compose up
NetBox Logs
Content of docker-compose.override.yml