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
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
May 05 16:52:04 ip-172-31-39-23 python[11560]: File "/data/autopush/app/autopush/router/webpush.py", line 74, in preflight_check
May 05 16:52:04 ip-172-31-39-23 python[11560]: self.ap_settings.message_tables[month_table].all_channels,
May 05 16:52:04 ip-172-31-39-23 python[11560]: exceptions.KeyError: u'prod.autopush.message_2016_3'
It appears no handling is done to ensure the user has a new enough month when delivering messages. Since message tables 'too old' should be considered users who will be invalidated on a new connect, this issue should be handled as a 410 since the endpoint will never be valid again.
The text was updated successfully, but these errors were encountered:
It appears no handling is done to ensure the user has a new enough month when delivering messages. Since message tables 'too old' should be considered users who will be invalidated on a new connect, this issue should be handled as a 410 since the endpoint will never be valid again.
The text was updated successfully, but these errors were encountered: