-
-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_Exception: Exception: Could not add price: {"proof":["Proof does not belong to the current user. Adding a pr... #6068
Comments
cc @raphodn @raphael0202 |
Top 3 sentry error this week. |
The front-end keeps trying to send the price even if we return an HTTP 4XX, right? |
@raphael0202 And that will go on forever, as we don't have a way in Smoothie to say: "hey, eventually we haven't done what you asked". We just keep trying. |
In my opinion, the front-end should drop the task if the server returns an HTTP 4XX. We should only keep trying again if it's a 5XX. |
The user assumes that the (background) task will eventually be processed; that's what we're selling anyway. |
Yes, but sending incorrect (as expected by the API) requests forever is not an option. Stopping to perform these requests is more important (in my opinion). |
Makes sense. But:
|
Sentry Issue: SMOOTHIE-560
The text was updated successfully, but these errors were encountered: