Skip to content
Snippets Groups Projects
Commit a94073e6 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

change cronjob for counting rows of database to be on the 2nd day of month, to...

change cronjob for counting rows of database to be on the 2nd day of month, to avoid a race condition
parent d9d6fd6d
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,9 @@
- name: ensure rows are counted regularily and saved in comment
cron:
name: "count rows"
special_time: monthly
day: "2"
hour: "2"
minute: "0"
job: psql zabbix -c "select * from zbx_update_partition_table_comments();"
state: present
user: postgres
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment