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

[ASQ] Improve worker application flow to handle invalid map requests #57

Closed
rudokemper opened this issue Jun 25, 2024 · 0 comments · Fixed by #58
Closed

[ASQ] Improve worker application flow to handle invalid map requests #57

rudokemper opened this issue Jun 25, 2024 · 0 comments · Fixed by #58
Assignees

Comments

@rudokemper
Copy link
Member

Currently, the code for the Azure Storage Queue service is written in such a way that if a mapgl-tile-renderer worker receives a message that it cannot process due to invalid input options, it maintains a claim on the message but does not perform any further actions (such as deleting the message). This is causing deployment issues where phantom messages remain in the queue, unprocessed by the workers. Let's improve this by deleting the message from the queue and logging the event.

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

Successfully merging a pull request may close this issue.

1 participant