Install cron job for sending ODCS cleanup messages. For testing on stg, send it once a minute.
This commit is contained in:
parent
a614c09d87
commit
31ee3b9cda
1 changed files with 6 additions and 0 deletions
|
@ -86,3 +86,9 @@
|
||||||
tags:
|
tags:
|
||||||
- odcs
|
- odcs
|
||||||
- odcs/frontend
|
- odcs/frontend
|
||||||
|
|
||||||
|
- name: install cron job for cleanup msg
|
||||||
|
cron:
|
||||||
|
name="Send ODCS cleanup message"
|
||||||
|
job="/usr/bin/echo '{"task": "cleanup"}'| fedmsg-logger --cert-prefix odcs --topic odcs.internal.msg --json-input"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue