We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent19750e1 commit62b316bCopy full SHA for 62b316b
test/make_test_env.sql
@@ -108,7 +108,6 @@ SELECT schedule.create_job(
108
'{
109
"name": "Test #2: every 15 minute, not sngl transaction",
110
"cron": "*/15 * * * *",
111
-"cron": "* * * * *",
112
"commands": [
113
"insert into result2 (time_mark, n, text) values (now(), 1,''start job'')",
114
"insert into result2 (time_mark, n, text) values (now(), 2, random_finish())"
@@ -122,7 +121,6 @@ SELECT schedule.create_job(
122
121
123
"name": "Test #3: 2/3 minute, sngl transaction",
124
125
126
127
"insert into result3 (time_mark, n, text) values (now(), 1,''start job'')",
128
"insert into result3 (time_mark, n, text) values (now(), 2, random_finish())"