pg_cron do not run with special hour
- 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.