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
Right now, if we make requests from, say, the educator dashboard, it asks for stage states that might not exist yet. This triggers a bunch of 404 errors from the server, which AWS flags as degraded health on the server. We should change the server settings so we don't get notified about things that aren't actual problems.
The text was updated successfully, but these errors were encountered:
For the moment, I've updated the monitoring to ignore application 4xx responses. I'll keep investigating to see whether there's a more robust way to handle this.
Right now, if we make requests from, say, the educator dashboard, it asks for stage states that might not exist yet. This triggers a bunch of 404 errors from the server, which AWS flags as degraded health on the server. We should change the server settings so we don't get notified about things that aren't actual problems.
The text was updated successfully, but these errors were encountered: