Skip to main content

Notification when "Maximum Time in Queue" has been reached and the job does not execute. I am looking for a method to get notified when a queued job's time expired.

Not a direct method but you could query the job status via the REST API and filter out the canceled jobs.


Reply