You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Hi We are using google pub sub api for implementing the publisher /subscribe pattern and we have synchronous pull implemented (ref :synchronous_pull (project_id, subscription_name).
I find from viewing the topic that message has been reached the topic however it does not reach the subscriber with the above exception (google.api_core.exceptions.DeadlineExceeded: 504 Deadline Exceeded).
Here are the details
OS :Red Hat 4.8.5-39
Python : 2.7.5
Would deeply appreciate your response
Hi We are using google pub sub api for implementing the publisher /subscribe pattern and we have synchronous pull implemented (ref :synchronous_pull (project_id, subscription_name).
I find from viewing the topic that message has been reached the topic however it does not reach the subscriber with the above exception (google.api_core.exceptions.DeadlineExceeded: 504 Deadline Exceeded).
Here are the details
OS :Red Hat 4.8.5-39
Python : 2.7.5
Would deeply appreciate your response