citusdata / citusdata/pg_cron

pg_cron do not run with special hour

Open
#87 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
3.9k
Forks
260
Avg merge
5d 5h
Merged PRs (30d)
1

Description

I scheduled some jobs at special time, but all of them do not run. I tested many times and found the job do not run when I assgin the hour.
'20 14 * * *' do not run
'25,26,27 14 * * *' do not run
'25,26,27 * * * *' run
'26 * * * *' run
'27 * * * 3' run
'28 * 9 * *' run
'29 * 9 10 *' run
'30 14,15 * * *' do not run
'40 14-15 * * *' do not run

I think there is a bug with crontab hour.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.