You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edge case when refresh is delayed and script starts running on a new day in UTC time, will keep looping since date_last_price_alert should actually have been set to the day before
The text was updated successfully, but these errors were encountered:
Time value in DB should match time of last update from API response
https://github.com/nathan78906/StockAlerts/blob/master/price_alerts.py#L40
Edge case when refresh is delayed and script starts running on a new day in UTC time, will keep looping since
date_last_price_alert
should actually have been set to the day beforeThe text was updated successfully, but these errors were encountered: