gitlab-ci-pipelines-exporter
gitlab-ci-pipelines-exporter copied to clipboard
Use Job events webhook to processes job updates
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
Hi, any news with jobs webhook? It would be very useful :)