plan
plan copied to clipboard
Crontab jobs management in Python
There are small typos in: - docs/job_definition.rst - docs/run_types.rst - plan/job.py Fixes: - Should read `separate` rather than `seperate`. - Should read `insensitive` rather than `insenstive`. - Should read `should`...
File "/Users/chenzhang/PycharmProjects/threatbook_spider/visual_spider_web/views/slave_views.py", line 74, in make_cron_tasks cron.run('update') File "/Users/chenzhang/envs/threatbook_spider/lib/python3.6/site-packages/plan/core.py", line 278, in run self.update_crontab(run_type) File "/Users/chenzhang/envs/threatbook_spider/lib/python3.6/site-packages/plan/core.py", line 221, in update_crontab current_crontab = self.read_crontab() File "/Users/chenzhang/envs/threatbook_spider/lib/python3.6/site-packages/plan/core.py", line 202, in read_crontab r...
neither for `Plan` nor for `Job` `Plan.env`, on the contrary, does work
Here is simple docker file example for some one want to use in docker, hope you like it.