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.
Page 1 / 1
Not a direct method but you could query the job status via the REST API and filter out the canceled jobs.