gitlab-ci-pipelines-exporter icon indicating copy to clipboard operation
gitlab-ci-pipelines-exporter copied to clipboard

Use Job events webhook to processes job updates

Open aaronborden-rivianvw opened this issue 3 years ago • 1 comments

We're collecting jobs data as well as pipeline data. We have many events per minute and even with 20 api requests per second, the number of queued tasks remains high. We think that using the Job events webhook will reduce the need for additional data fetches and speed up the time to process events.

          maximum_requests_per_second: 20
          project_defaults:
            pipeline:
              jobs:
                enabled: true
                from_child_pipelines:
                  enabled: true

aaronborden-rivianvw avatar Mar 07 '23 17:03 aaronborden-rivianvw

Hi, any news with jobs webhook? It would be very useful :)

desto12 avatar Feb 15 '24 11:02 desto12