Skip to content
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

Errors handling and retry, is it possible? #77

Open
svbackend opened this issue May 10, 2024 · 0 comments
Open

Errors handling and retry, is it possible? #77

svbackend opened this issue May 10, 2024 · 0 comments

Comments

@svbackend
Copy link

Hello, we've got a problem last night that our server's IP was blocked by google cloud platform (which mixpanel is hosted on) so all our events since yesterday 12pm till this morning were lost (403 error, more details here), not a huge deal on our scale, but we want to prevent it from happening in the future.

So the question - is it possible to configure mixpanel to throw an error if delivery wasn't successful? That would help a lot because we send events from symfony queue worker and if they will fail - it will automatically retry to process them after some delay, while right now they were just silently suppressed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant