You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failures are recorded in cron.job_run_details but there are no error / failure statements in the postgres server logs. It would be expected to see something like 'COMMAND failed'.
A test cron_job was added to our crontab with intentionally faulty logic; the cron job calls a nonexistent stored procedure.
Failures are recorded in
cron.job_run_details
but there are no error / failure statements in the postgres server logs. It would be expected to see something like 'COMMAND failed'.Our settings:
What am I missing?
The text was updated successfully, but these errors were encountered: