Skip to content

Commit

Permalink
mark as failed for a week
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeurer committed Mar 30, 2024
1 parent 70b3297 commit bbda81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/compats/check_unchecked.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def check_failed?(compat)
def check_failed!(compat)
Kredis.redis.setex \
check_failed_cache_key(compat),
1.hour,
1.week,
nil
end
end
Expand Down

0 comments on commit bbda81e

Please sign in to comment.