Skip to content

Fix pipeline scheduling when the frequency is more than 1 hour

Furkan Ayhan requested to merge 333866-pipeline-schedule-daily-bug into master

What does this MR do?

This MR fixes calculating the next_run_at of pipeline schedulers when the frequency is more than 1 hour.

Related to #333866 (closed)

In the first implementation (!62826 (merged)), we missed the usage of schedule's cron syntax when calculating the next_run candidates.

The feature flag is now disabled.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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 Furkan Ayhan

Merge request reports