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
when a job such as this runs, and nodename is bad (for example, it can also happen with database or username i believe), cron.job_run_details does not record a start or end time:
shouldn't a start_time and end_time be recorded anyway?
we're developing in-house monitoring that runs, say, every hour... and want to check any records in job_run_details that fit the window of the last hour based on now(). we cannot do this with null date records...
thanks.
The text was updated successfully, but these errors were encountered:
when a job such as this runs, and
nodename
is bad (for example, it can also happen withdatabase
orusername
i believe),cron.job_run_details
does not record a start or end time:result:
shouldn't a
start_time
andend_time
be recorded anyway?we're developing in-house monitoring that runs, say, every hour... and want to check any records in
job_run_details
that fit the window of the last hour based onnow()
. we cannot do this with null date records...thanks.
The text was updated successfully, but these errors were encountered: