Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/create
diff options
context:
space:
mode:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-06-30 12:31:11 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-06-30 12:31:11 +0300
commitf5e50590a8c80deb4cdcd0e5af5fd837e78dc87a (patch)
treeab5aef2888f421ca094a42980fe0583b69786f23 /create
parent20e3fc3b5880a76277e23cb96214dba00e9e711a (diff)
.......... [DEV-2097] tsdb - added immediate start of scheduled compression job
Diffstat (limited to 'create')
-rwxr-xr-xcreate/bin/gen_history_pk.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/bin/gen_history_pk.pl b/create/bin/gen_history_pk.pl
index d6fa8bb4ea3..c3df13d6d6f 100755
--- a/create/bin/gen_history_pk.pl
+++ b/create/bin/gen_history_pk.pl
@@ -167,7 +167,7 @@ BEGIN
RAISE EXCEPTION 'Failed to add compression policy';
END IF;
- PERFORM alter_job(jobid, scheduled => true);
+ PERFORM alter_job(jobid, scheduled => true, next_start => now());
END IF;
END $$;
HEREDOC