Scheduling more than two jobs, starts failing with "job startup timeout"
- Dominant language
- C
- Stars
- 3.9k
- Forks
- 260
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 1
Description
I have Postgres15 with latest version of pg_cron installed.
I have created some stored procedures to update some data, these stored procedures can be executed fine with CALL public.procedure.
Scheduling with some minutes recurring one job to call one procedure is running fine.
Scheduling with some minutes recurring two jobs to call two procedures are running fine.
Scheduling with some minutes recurring three jobs to call three procedures are staring failing.
The error is "job startup timeout"

Any idea?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.