diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-01-19 10:39:46 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-01-19 10:39:46 -0800 |
commit | 9353c33abad9a486c67ea8bc82e06b37d3b36a92 (patch) | |
tree | b27ff6c5259e7cd983b55153d1fe1438cc75cd6b /configs/aurora/smf1-test-cron-job.aurora | |
parent | [bash] go back to simple prompt. (diff) | |
download | emacs.d-9353c33abad9a486c67ea8bc82e06b37d3b36a92.tar.gz |
clean up.
Removed scripts and some configs, they will be in their own repo.
Diffstat (limited to '')
-rw-r--r-- | configs/aurora/smf1-test-cron-job.aurora | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/configs/aurora/smf1-test-cron-job.aurora b/configs/aurora/smf1-test-cron-job.aurora deleted file mode 100644 index 3ade1b4..0000000 --- a/configs/aurora/smf1-test-cron-job.aurora +++ /dev/null @@ -1,17 +0,0 @@ -# A cron job that runs every 5 minutes. -jobs = [ - Job( - cluster = 'smf1-test', - role = 'fcuny', - environment = 'test', - name = 'cron_hello_world-trashing', - cron_schedule = '*/5 * * * *', - constraints = { - 'host': 'smf1-fki-17-sr1', - }, - instances=10, - task = SimpleTask( - 'cron_hello_world', - 'echo "Hello world from cron, the time is now $(date --rfc-822)"'), - ), -] |