Skip to content

How to automate everything

Zhao Zhang edited this page Apr 28, 2018 · 2 revisions

Put your workload into .ctrls.

You may write a bash script like $stock/daily.sh, then add it to crontab.

Or write a tool scheduler like $stock/daily_scheduler.py then run it as a nohup daemon.