Skip to content

Commit c3fd972

Browse files
fix: solve sidekiq major outage
1 parent 6c85174 commit c3fd972

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/jobs/status_snapshot_job.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
require 'sidekiq/api'
4+
35
# Records a health snapshot for every infrastructure component every 5 minutes.
46
# Results are persisted in status_snapshots and consumed by the public status page.
57
class StatusSnapshotJob < ApplicationJob

0 commit comments

Comments
 (0)