Skip to content

Commit

Permalink
DEV: Increase stuck job threshold to two hours
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed May 7, 2020
1 parent 2881e72 commit 785d1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal_metric/global.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module DiscoursePrometheus::InternalMetric
class Global < Base

STUCK_JOB_MINUTES = 60
STUCK_JOB_MINUTES = 120

attribute :postgres_readonly_mode,
:transient_readonly_mode,
Expand Down

0 comments on commit 785d1ad

Please sign in to comment.