quieter-restoration-time (#64)
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/vulnerability-scan Pipeline was successful

Closes #62

Reviewed-on: #64
This commit is contained in:
Liam Steckler 2024-10-27 12:30:44 -07:00
parent 13e08bb890
commit ab112abeed

4
scl.py
View file

@ -336,8 +336,8 @@ with Session(engine) as session:
)
/ 60
)
# Only post if estimated restoration time has changed by 30m or more
if est_restoration_diff_mins >= 30:
# Only post if estimated restoration time has changed by 60m or more
if est_restoration_diff_mins >= 60:
existing_record.estimated_restoration_time = estimated_restoration_time
if estimated_restoration_time > datetime.now():
# New estimated restoration time is in the future, so likely to be a real time