Background: We configured cloud pubsub topic to interact within multiple app engine services, There we have configured push based subscribers. We have configured its acknowledgement deadline to 600 seconds
Issue: We have observed pubsub has pushed same message twice (more than twice from some other topics) to its subscribers, Looking at the log I can see this message push happened with the gap of just 1 Second, Ideally as we have configured ackDeadline to 600 seconds, pubsub should re-attempt message delivery only after 600 seconds.
Need following answers:
Why same message has got delivered more than once in 1 second only
Does pubsub doesn’t honors ackDeadline configuration before reattempting message delivery?
References: - https://cloud.google.com/pubsub/docs/subscriber