Tivix / django-cron

Write cron business logic as a Python class and let this app do the rest! It enables Django projects to schedule cron tasks, tracks their success / failures, manages contention (via a cache) etc. Basically takes care of all the boring work for you :-)
www.tivix.com
MIT License
901 stars 195 forks source link

Settinng up on docker alpine image #215

Open Girundi opened 2 years ago

Girundi commented 2 years ago

I'm using official python docker image based on alpine and found an issue of cron_jobs not starting at all. I attempted some work-arounds from other issues, but none did the trick. I'm wandering if it's even possible or I need to do cron staff in a crude way