Skip to content

Add `Job.queued_duration` to all API output formats

Alex Kalderimis requested to merge 251143-add-wait-time-to-job-webhook into master

This MR fixes #251143 (closed) by adding job queue duration across the board.

This is added to:

  • webhooks
  • REST responses
  • GraphQL responses

The name chosen here is queued_duration, since that name is already in use for projects. Some project resources have also be updated to expose this consistently as well.

Related to #251143 (closed)

Edited by Alex Kalderimis

Merge request reports