Include setup time (Spin up environment) in job webhook duration
M
Maciej Makowski
Currently, webhook events only capture limited job-level metrics, which report "billable time" but exclude critical setup phases like "Spin up environment" and "Spin up container environment". This creates a significant blind spot for teams trying to optimize their CI/CD pipelines, especially when using Docker Layer Caching (DLC) the download time is added. For example only the Job execution: 30 seconds can be extracted from the outbound webhook payload.
Spin up environment: 60 seconds (includes DLC download)
Spin up container environment: 30 seconds
Job execution: 30 seconds