While Awaited Function Not Finished Run Loop To Update Cloud Pub/Sub Acknolwedgement Deadline
All my messages are going to take more than the 600 second limit for acknowledging/processing from Cloud PubSub so while I'm processing the message I need to count up to 590 second
Solution 1:
official client source code says "The default implementation handles this for you; you should not need to manually deal with setting ack deadlines."
Post a Comment for "While Awaited Function Not Finished Run Loop To Update Cloud Pub/Sub Acknolwedgement Deadline"