A job is a successfully processed request the RelativeCI agent sends for one of the organization's projects. The usage considers all the jobs across all the organization's projects.
In most setups, there is a direct correlation between continuous integration(CI) builds and RelativeCI jobs. For instance, a team of 5 developers pushing their code 5 times per day will trigger the application to be built 500 times per month (5 x 5 x 20 = 500
), resulting in 500 RelativeCI jobs.
On monorepo setups, each CI build job can send bundle stats for multiple projects. The estimated usage depends on the number of projects you are monitoring or whether your setup builds only for changed projects.