Install cron job for sending ODCS cleanup messages. For testing on stg, send it once a minute.

This commit is contained in:
Jan Kaluža 2019-02-25 12:21:23 +00:00
parent a614c09d87
commit 31ee3b9cda

View file

@ -86,3 +86,9 @@
tags:
- odcs
- 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"