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 :-)
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
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