Postgres pg_cron(cron.max_running_jobs 有效范围)

Postgres pg_cron (cron.max_running_jobs valid range)

极光 Postgres 12.8

创建了 pg_cron 工作,在 cron.job 中一切看起来都不错,但工作实际上没有工作,cron.job_run_details 也没有得到任何记录。

RDS 控制台日志显示以下错误

5 超出参数“cron.max_running_jobs”的有效范围 (0 .. 0)

cron.max_running_jobs =5 在 db 中,cron.max_running_jobs 的有效 range/value 应该是什么?以及如何设置?

愿望

已通过 AWS 支持票证修复。设置参数 'max_worker_processes' =6.

DRS 实例非常小,所以 'max_worker_processes' 的默认值为 2,要有一个工作 运行 参数 'max_worker_processes' 值应该大于参数 'cron.max_running_jobs'。 https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.html#PostgreSQL_pg_cron.examples