Skip to content

Lower the frequency of which job trace updates occur [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Fabio Pitino requested to merge fp-lower-frequency-trace-update into master

What does this MR do?

Related to #324371 (closed)

When a job trace is not being watched by a user we tell the runner to send traces less frequently. If instead it's being watched we tell the runner to send traces more frequently.

To reduce further the requests when the trace is not being watched we can increase the interval from 30s to 60s.

Feature flag

ci_lower_frequency_trace_update being introduced as default_enabled: false that will be rolled out in #324768 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Fabio Pitino

Merge request reports