slightwv
Results
2
issues of
slightwv
When cron.use_background_workers is on, all cron jobs wait for the longest running job then kick off again. Setup: create a procedure that only sleeps: ``` create or replace procedure test_cron(sleep_time...
bug
Would like the ability to disable automatic queuing of crons that are already running. Say a cron is set to fire every minute. For 'reasons' one run takes an hour....