Skip to content
Snippets Groups Projects

Only turn on Sidekiq throttling if column exists

Merged Stan Hu requested to merge sh-fix-sidekiq-throttling-init into master

If the database has not been migrated properly, the initializer for Sidekiq will fail to start and cause the whole Rails server to crash. This change checks the existence for the column and allows Rails to start even if the setting has not been added as a database column.

Closes #24452 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Stan Hu Changed title: Only turn on Sidekiq throttling if application settings existsOnly turn on Sidekiq throttling if column exists

    Changed title: Only turn on Sidekiq throttling if application settings existsOnly turn on Sidekiq throttling if column exists

  • Robert Speicher Status changed to merged

    Status changed to merged

  • Robert Speicher Mentioned in commit 4e9b02c3

    Mentioned in commit 4e9b02c3

Please register or sign in to reply
Loading