Finalize EncryptMissedCiRunnerToken bbm

What does this MR do and why?

Finalize EncryptMissedCiRunnerToken bbm

Changelog: other

References

Closes: Finalize EncryptMissedRunnerTokens (#553061 - closed)

How to set up and validate locally

  • Make sure QueueEncryptMissedCiRunnerTokens migration is already queued and an entry is present in batched_background_migrations (ci db)
  • If it is completed already, status would have the value 3 in the respective row of batched_background_migrations table
  • Run the following command to up the migration
bundle exec rake db:migrate:up:ci VERSION=20250716104346
  • If it is successfully finalised by validating the existing jobs, it will update the status to 6
  • Status values for reference:
state :paused, value: 0
state :active, value: 1
state :finished, value: 3
state :failed, value: 4
state :finalizing, value: 5
state :finalized, value: 6

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading