PubSub Publisher: sometime cannot publish until a number of publish called #4607
Labels
api: pubsub
Issues related to the Pub/Sub API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
triaged for GA
type: question
Request for information or clarification. Not an issue.
Ubuntu 16.04
Python 2.7.12
google-cloud-pubsub (0.29.4)
I am working on an IM message forwarding server. However, sometimes the Pubsub cannot publish message to topic until the server pushed some more times, like 3-4 times. Am I using the function wrong way or settings problem?
The flow of the case:
The flow log would be like this
Here is the code to push the message to topic.
The method 'sendTask' is used from both receiving IM message case and cron job.
The text was updated successfully, but these errors were encountered: