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

Acknowledge or not should depend upon job processing result by default #55

Open
qbaze opened this issue Apr 6, 2022 · 0 comments
Open

Comments

@qbaze
Copy link

qbaze commented Apr 6, 2022

At the moment it's not possible to take advantage of a builtin retry mechanism of a pubsub subscription (https://cloud.google.com/pubsub/docs/handling-failures) as messages are acknowledged as soon as they are successfully pulled (not processed) from a subscription.

Laravel retry mechanism (push back to topic) is BADLY designed imho at tleast when it comes to pubsub.

  1. requires an app to have publish permissions - VERY BAD
  2. as many subscribers can exist for a single topic pushing the same message again will cause other subscribers process the same message again - BAD
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