Closed jlixfeld closed 4 years ago
The PM docker image doesn’t seem to have cron installed. Is it intended to do the scheduled tasks some other way?
Use cron from the docker host 0 * * * * root docker exec peering_manager ./manage.py poll_peering_sessions --all
0 * * * * root docker exec peering_manager ./manage.py poll_peering_sessions --all
The PM docker image doesn’t seem to have cron installed. Is it intended to do the scheduled tasks some other way?