Skip to content

Add button to run scheduled pipeline immediately

Stan Hu requested to merge sh-add-schedule-pipeline-run-now into master

This MR adds a "Play" button to the Scheduled Pipelines view. Anyone with a developer access or above can execute this immediately.

Closes #38741 (closed)

image

To do:

  • Check for Gitaly and/or database N+1 calls
  • Rate limit scheduling of pipelines
  • Write tests for rate limiter
Edited by Stan Hu

Merge request reports