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 :-)
Coverage decreased (-0.12%) to 91.3% when pulling aebd8908c1ebdda7c697955d3087c9ed157e027a on app-config into eecfe0f2504527f3c1dcc7c7b29eec20d13cc871 on master.
Coverage increased (+0.12%) to 91.55% when pulling aebd8908c1ebdda7c697955d3087c9ed157e027a on app-config into eecfe0f2504527f3c1dcc7c7b29eec20d13cc871 on master.
Added application config, label / name the same as previously.