Skip to content

Commit

Permalink
Remove start up check
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbruce committed Aug 5, 2024
1 parent 30db1e7 commit 8ce472c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/sidekiq_health_check
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
module Worker
def self.healthcheck
abort 'sidekiq not found' unless system('pgrep -f sidekiq')
system('rake smoke_test:pdf')
rescue StandardError
abort 'PDF generation failed'
end
end

Expand Down

0 comments on commit 8ce472c

Please sign in to comment.