René's URL Explorer Experiment


Title: pubsub frequently raises a gax DEADLINE_EXCEEDED error · Issue #2993 · googleapis/google-cloud-python · GitHub

Open Graph Title: pubsub frequently raises a gax DEADLINE_EXCEEDED error · Issue #2993 · googleapis/google-cloud-python

X Title: pubsub frequently raises a gax DEADLINE_EXCEEDED error · Issue #2993 · googleapis/google-cloud-python

Description: Debian Jessie, Python 2.7 and 3.4 Stacktrace: tests/test_storage.py:44: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/py34/lib/python3.4/site-packages/werkzeug/test.py:788: in post return self.open(...

Open Graph Description: Debian Jessie, Python 2.7 and 3.4 Stacktrace: tests/test_storage.py:44: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/py34/lib/python3.4/site-packages/werkzeu...

X Description: Debian Jessie, Python 2.7 and 3.4 Stacktrace: tests/test_storage.py:44: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/py34/lib/python3.4/site-packages/werkzeu...

Opengraph URL: https://github.com/googleapis/google-cloud-python/issues/2993

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"pubsub frequently raises a gax DEADLINE_EXCEEDED error","articleBody":"Debian Jessie, Python 2.7 and 3.4\r\n\r\nStacktrace:\r\n```python\r\ntests/test_storage.py:44: \r\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \r\n.tox/py34/lib/python3.4/site-packages/werkzeug/test.py:788: in post\r\n    return self.open(*args, **kw)\r\n.tox/py34/lib/python3.4/site-packages/flask/testing.py:113: in open\r\n    follow_redirects=follow_redirects)\r\n.tox/py34/lib/python3.4/site-packages/werkzeug/test.py:751: in open\r\n    response = self.run_wsgi_app(environ, buffered=buffered)\r\n.tox/py34/lib/python3.4/site-packages/werkzeug/test.py:668: in run_wsgi_app\r\n    rv = run_wsgi_app(self.application, environ, buffered=buffered)\r\n.tox/py34/lib/python3.4/site-packages/werkzeug/test.py:871: in run_wsgi_app\r\n    app_rv = app(environ, start_response)\r\n.tox/py34/lib/python3.4/site-packages/flask/app.py:2000: in __call__\r\n    return self.wsgi_app(environ, start_response)\r\n.tox/py34/lib/python3.4/site-packages/flask/app.py:1991: in wsgi_app\r\n    response = self.make_response(self.handle_exception(e))\r\n.tox/py34/lib/python3.4/site-packages/flask/app.py:1567: in handle_exception\r\n    reraise(exc_type, exc_value, tb)\r\n.tox/py34/lib/python3.4/site-packages/flask/_compat.py:33: in reraise\r\n    raise value\r\n.tox/py34/lib/python3.4/site-packages/flask/app.py:1988: in wsgi_app\r\n    response = self.full_dispatch_request()\r\n.tox/py34/lib/python3.4/site-packages/flask/app.py:1641: in full_dispatch_request\r\n    rv = self.handle_user_exception(e)\r\n.tox/py34/lib/python3.4/site-packages/flask/app.py:1544: in handle_user_exception\r\n    reraise(exc_type, exc_value, tb)\r\n.tox/py34/lib/python3.4/site-packages/flask/_compat.py:33: in reraise\r\n    raise value\r\n.tox/py34/lib/python3.4/site-packages/flask/app.py:1639: in full_dispatch_request\r\n    rv = self.dispatch_request()\r\n.tox/py34/lib/python3.4/site-packages/flask/app.py:1625: in dispatch_request\r\n    return self.view_functions[rule.endpoint](**req.view_args)\r\nbookshelf/crud.py:99: in add\r\n    q = tasks.get_books_queue()\r\nbookshelf/tasks.py:34: in get_books_queue\r\n    client, 'books', extra_context=current_app.app_context)\r\n.tox/py34/lib/python3.4/site-packages/psq/queue.py:41: in __init__\r\n    self.topic = self._get_or_create_topic()\r\n.tox/py34/lib/python3.4/site-packages/psq/queue.py:51: in _get_or_create_topic\r\n    if not topic.exists():\r\n.tox/py34/lib/python3.4/site-packages/google/cloud/pubsub/topic.py:179: in exists\r\n    api.topic_get(topic_path=self.full_name)\r\n.tox/py34/lib/python3.4/site-packages/google/cloud/pubsub/_gax.py:126: in topic_get\r\n    topic_pb = self._gax_api.get_topic(topic_path)\r\n.tox/py34/lib/python3.4/site-packages/google/cloud/gapic/pubsub/v1/publisher_client.py:315: in get_topic\r\n    return self._get_topic(request, options)\r\n.tox/py34/lib/python3.4/site-packages/google/gax/api_callable.py:481: in inner\r\n    return api_caller(api_call, this_settings, request)\r\n.tox/py34/lib/python3.4/site-packages/google/gax/api_callable.py:469: in base_caller\r\n    return api_call(*args)\r\n.tox/py34/lib/python3.4/site-packages/google/gax/api_callable.py:434: in inner\r\n    errors.create_error('RPC failed', cause=exception))\r\n.tox/py34/lib/python3.4/site-packages/future/utils/__init__.py:419: in raise_with_traceback\r\n    raise exc.with_traceback(traceback)\r\n.tox/py34/lib/python3.4/site-packages/google/gax/api_callable.py:430: in inner\r\n    return a_func(*args, **kwargs)\r\n.tox/py34/lib/python3.4/site-packages/google/gax/api_callable.py:64: in inner\r\n    return a_func(*updated_args, **kwargs)\r\n.tox/py34/lib/python3.4/site-packages/grpc/_channel.py:481: in __call__\r\n    return _end_unary_response_blocking(state, False, deadline)\r\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \r\n\r\nstate = \u003cgrpc._channel._RPCState object at 0x7fb3c4117c88\u003e, with_call = False\r\ndeadline = 1486607618.4266632\r\n\r\n    def _end_unary_response_blocking(state, with_call, deadline):\r\n      if state.code is grpc.StatusCode.OK:\r\n        if with_call:\r\n          rendezvous = _Rendezvous(state, None, None, deadline)\r\n          return state.response, rendezvous\r\n        else:\r\n          return state.response\r\n      else:\r\n\u003e       raise _Rendezvous(state, None, None, deadline)\r\nE       google.gax.errors.GaxError: GaxError(RPC failed, caused by \u003c_Rendezvous of RPC that terminated with (StatusCode.DEADLINE_EXCEEDED, Deadline Exceeded)\u003e)\r\n\r\n.tox/py34/lib/python3.4/site-packages/grpc/_channel.py:432: GaxError\r\n```\r\n\r\ntest code is [here](https://github.com/GoogleCloudPlatform/getting-started-python/blob/623f4fd00810925c1babf279d3d6f8e4d33bf696/6-pubsub/tests/test_storage.py)","author":{"url":"https://github.com/theacodes","@type":"Person","name":"theacodes"},"datePublished":"2017-02-09T17:19:20.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/2993/google-cloud-python/issues/2993"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:894b18e0-a57e-6c64-69b2-983c06ef6a79
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8A0E:2B6CAA:7B7260:A8E6DA:6A4DB3D0
html-safe-nonce0d8ce77eed18c17c560aded539cece78120e958f1bc092372cf7246803d5a10f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QTBFOjJCNkNBQTo3QjcyNjA6QThFNkRBOjZBNERCM0QwIiwidmlzaXRvcl9pZCI6IjI4MzQyNTY1OTEyMjU0Njc4NTYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac767d5d85e3a15405a0c550f43d28c3a778f980061b5cd9ee27dcda5974db09e3
hovercard-subject-tagissue:206570629
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/googleapis/google-cloud-python/2993/issue_layout
twitter:imagehttps://opengraph.githubassets.com/46a7b4e3d0d0c2c1628db96d9da7aee3d4650d665d7a04c095947e59822b22f1/googleapis/google-cloud-python/issues/2993
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/46a7b4e3d0d0c2c1628db96d9da7aee3d4650d665d7a04c095947e59822b22f1/googleapis/google-cloud-python/issues/2993
og:image:altDebian Jessie, Python 2.7 and 3.4 Stacktrace: tests/test_storage.py:44: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/py34/lib/python3.4/site-packages/werkzeu...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernametheacodes
hostnamegithub.com
expected-hostnamegithub.com
None06b8a6144231bf3a234f1c2e9993861e07ce98a905912b114aa386c2d7e84b33
turbo-cache-controlno-preview
go-importgithub.com/googleapis/google-cloud-python git https://github.com/googleapis/google-cloud-python.git
octolytics-dimension-user_id16785467
octolytics-dimension-user_logingoogleapis
octolytics-dimension-repository_id16316451
octolytics-dimension-repository_nwogoogleapis/google-cloud-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id16316451
octolytics-dimension-repository_network_root_nwogoogleapis/google-cloud-python
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release32f7b614aca06e6bbd89842b1370df1328264f68
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/googleapis/google-cloud-python/issues/2993#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fgoogle-cloud-python%2Fissues%2F2993
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fgoogle-cloud-python%2Fissues%2F2993
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=googleapis%2Fgoogle-cloud-python
Reloadhttps://github.com/googleapis/google-cloud-python/issues/2993
Reloadhttps://github.com/googleapis/google-cloud-python/issues/2993
Reloadhttps://github.com/googleapis/google-cloud-python/issues/2993
Please reload this pagehttps://github.com/googleapis/google-cloud-python/issues/2993
googleapis https://github.com/googleapis
google-cloud-pythonhttps://github.com/googleapis/google-cloud-python
Notifications https://github.com/login?return_to=%2Fgoogleapis%2Fgoogle-cloud-python
Fork 1.7k https://github.com/login?return_to=%2Fgoogleapis%2Fgoogle-cloud-python
Star 5.3k https://github.com/login?return_to=%2Fgoogleapis%2Fgoogle-cloud-python
Code https://github.com/googleapis/google-cloud-python
Issues 439 https://github.com/googleapis/google-cloud-python/issues
Pull requests 130 https://github.com/googleapis/google-cloud-python/pulls
Discussions https://github.com/googleapis/google-cloud-python/discussions
Actions https://github.com/googleapis/google-cloud-python/actions
Projects https://github.com/googleapis/google-cloud-python/projects
Security and quality 0 https://github.com/googleapis/google-cloud-python/security
Insights https://github.com/googleapis/google-cloud-python/pulse
Code https://github.com/googleapis/google-cloud-python
Issues https://github.com/googleapis/google-cloud-python/issues
Pull requests https://github.com/googleapis/google-cloud-python/pulls
Discussions https://github.com/googleapis/google-cloud-python/discussions
Actions https://github.com/googleapis/google-cloud-python/actions
Projects https://github.com/googleapis/google-cloud-python/projects
Security and quality https://github.com/googleapis/google-cloud-python/security
Insights https://github.com/googleapis/google-cloud-python/pulse
pubsub frequently raises a gax DEADLINE_EXCEEDED errorhttps://github.com/googleapis/google-cloud-python/issues/2993#top
https://github.com/lukesneeringer
api: pubsubIssues related to the Pub/Sub API.https://github.com/googleapis/google-cloud-python/issues?q=state%3Aopen%20label%3A%22api%3A%20pubsub%22
backendhttps://github.com/googleapis/google-cloud-python/issues?q=state%3Aopen%20label%3A%22backend%22
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.https://github.com/googleapis/google-cloud-python/issues?q=state%3Aopen%20label%3A%22priority%3A%20p1%22
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.https://github.com/googleapis/google-cloud-python/issues?q=state%3Aopen%20label%3A%22type%3A%20feature%20request%22
https://github.com/theacodes
theacodeshttps://github.com/theacodes
on Feb 9, 2017https://github.com/googleapis/google-cloud-python/issues/2993#issue-206570629
herehttps://github.com/GoogleCloudPlatform/getting-started-python/blob/623f4fd00810925c1babf279d3d6f8e4d33bf696/6-pubsub/tests/test_storage.py
lukesneeringerhttps://github.com/lukesneeringer
api: pubsubIssues related to the Pub/Sub API.https://github.com/googleapis/google-cloud-python/issues?q=state%3Aopen%20label%3A%22api%3A%20pubsub%22
backendhttps://github.com/googleapis/google-cloud-python/issues?q=state%3Aopen%20label%3A%22backend%22
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.https://github.com/googleapis/google-cloud-python/issues?q=state%3Aopen%20label%3A%22priority%3A%20p1%22
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.https://github.com/googleapis/google-cloud-python/issues?q=state%3Aopen%20label%3A%22type%3A%20feature%20request%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.