Skip to content

Log when a pipeline creation limit is hit

Fabio Pitino requested to merge log-when-pipeline-creation-limits-are-hit into master

What does this MR do?

Related issue: #32823 (closed)

Add logging when a pipeline is dropped because of an exceeded limit.

I went with Gitlab::Sentry logging because we have a MR that will allow us to do Gitlab::Sentry.log_exception(e) into a dedicated logger file that will be indexed in Kibana.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Edited by Kamil Trzciński

Merge request reports