Merge "Make horizon DB management cron task idempotent"

This commit is contained in:
Zuul 2018-10-23 17:14:30 +00:00 committed by Gerrit Code Review
commit 348e346adb
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
- name: Register DB session cleanup cron
cron:
name: "Clear out expired sessions"
minute: "{{ 58 | random(start=2) }}"
minute: "{{ 58 | random(seed=inventory_hostname, start=2) }}"
hour: 21
job: "{{ horizon_manage }} clearsessions"
user: "{{ horizon_system_user_name }}"