We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95dba17 commit ce86555Copy full SHA for ce86555
scripts/maintenance/computational-clusters/autoscaled_monitor/ssh.py
@@ -267,7 +267,7 @@ def _needs_manual_intervention(
267
created_at=containers[0].created_at,
268
needs_manual_intervention=_needs_manual_intervention(containers)
269
and (
270
- (containers[0].created_at - arrow.utcnow().datetime)
+ (arrow.utcnow().datetime - containers[0].created_at)
271
> datetime.timedelta(minutes=2)
272
),
273
containers=[c.name for c in containers],
0 commit comments