Skip to content

Commit

Permalink
Removes unused code
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Schwaderer <[email protected]>
  • Loading branch information
Schwad committed Apr 27, 2023
1 parent ead4864 commit cdefc0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/maintenance_tasks/run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class Run < ApplicationRecord
:cancelled,
]
COMPLETED_STATUSES = [:succeeded, :errored, :cancelled]
COMPLETED_RUNS_LIMIT = 10
STUCK_TASK_TIMEOUT = 5.minutes

enum status: STATUSES.to_h { |status| [status, status.to_s] }
Expand Down

0 comments on commit cdefc0b

Please sign in to comment.