Title: Allow retry and timeout settings on the publisher client · Issue #222 · googleapis/python-pubsub · GitHub
Open Graph Title: Allow retry and timeout settings on the publisher client · Issue #222 · googleapis/python-pubsub
X Title: Allow retry and timeout settings on the publisher client · Issue #222 · googleapis/python-pubsub
Description: Allow retry and timeout settings on the Publisher. timeout= should take google.api_core.timeout.ExponentialTimeout and google.api_core.timeout.ConstantTimeout (also LogicalTimeout in future work). The goal is be able to set custom retry ...
Open Graph Description: Allow retry and timeout settings on the Publisher. timeout= should take google.api_core.timeout.ExponentialTimeout and google.api_core.timeout.ConstantTimeout (also LogicalTimeout in future work). ...
X Description: Allow retry and timeout settings on the Publisher. timeout= should take google.api_core.timeout.ExponentialTimeout and google.api_core.timeout.ConstantTimeout (also LogicalTimeout in future work). ...
Opengraph URL: https://github.com/googleapis/python-pubsub/issues/222
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Allow retry and timeout settings on the publisher client","articleBody":"Allow retry and timeout settings on the [Publisher](https://googleapis.dev/python/pubsub/latest/publisher/api/client.html). \r\n\r\n`timeout=` should take `google.api_core.timeout.ExponentialTimeout` and `google.api_core.timeout.ConstantTimeout` (also `LogicalTimeout` in future work).\r\n\r\nThe goal is be able to set custom retry and custom timeout on the PublisherClient, like this:\r\n\r\n```python\r\ncustom_retry = api_core.retry.Retry(\r\n initial=0.250, # seconds (default: 0.1)\r\n maximum=90.0, # seconds (default: 60.0)\r\n multiplier=1.45, # default: 1.3\r\n deadline=300.0, # seconds (default: 60.0)\r\n predicate=api_core.retry.if_exception_type(\r\n api_core.exceptions.Aborted,\r\n api_core.exceptions.DeadlineExceeded,\r\n api_core.exceptions.InternalServerError,\r\n api_core.exceptions.ResourceExhausted,\r\n api_core.exceptions.ServiceUnavailable,\r\n api_core.exceptions.Unknown,\r\n api_core.exceptions.Cancelled,\r\n ),\r\n)\r\n\r\ncustom_timeout=api_core.timeout.ExponentialTimeout(\r\n initial=1.0, \r\n maximum=10.0, \r\n multiplier=1.0, \r\n deadline=300.0, \r\n)\r\n\r\n# Something like this:\r\npublisher = pubsub_v1.PublisherClient(\r\n publisher_options = pubsub_v1.types.PublisherOptions(\r\n retry=custom_retry,\r\n timeout=custom_timeout,\r\n ),\r\n)\r\n```\r\n\r\nHere are the defaults and how they are set currently: https://github.com/googleapis/googleapis/blob/3a935fab757e09c72afd4aa121147a4c97dccc3e/google/pubsub/v1/pubsub_grpc_service_config.json#L42-L62\r\n\r\nRemember to update `UPGRADING.md` as well.","author":{"url":"https://github.com/anguillanneuf","@type":"Person","name":"anguillanneuf"},"datePublished":"2020-10-13T20:52:44.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/222/python-pubsub/issues/222"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:82cd1a91-c922-507b-f9ad-045af72af3a0 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | B08C:322E35:1FBD217:2B87500:6A4F3325 |
| html-safe-nonce | 7e3e4cabb254e38cfb529d242947f60d4629326b92d191f47e4ca9231ff9bcfb |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMDhDOjMyMkUzNToxRkJEMjE3OjJCODc1MDA6NkE0RjMzMjUiLCJ2aXNpdG9yX2lkIjoiNzUwNTIwOTY5MjI5OTE0NjAyMSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 8c7a360cba7b0db89012eb7ddc8b345a2d07099bd3a036a16dd32d6448f5469d |
| hovercard-subject-tag | issue:720822033 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/googleapis/python-pubsub/222/issue_layout |
| twitter:image | https://opengraph.githubassets.com/549077bb671375f79bb170c39f73561d05ee41811f1c66b9137e24bc0b1b71b8/googleapis/python-pubsub/issues/222 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/549077bb671375f79bb170c39f73561d05ee41811f1c66b9137e24bc0b1b71b8/googleapis/python-pubsub/issues/222 |
| og:image:alt | Allow retry and timeout settings on the Publisher. timeout= should take google.api_core.timeout.ExponentialTimeout and google.api_core.timeout.ConstantTimeout (also LogicalTimeout in future work). ... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | anguillanneuf |
| hostname | github.com |
| expected-hostname | github.com |
| None | b92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9 |
| turbo-cache-control | no-preview |
| go-import | github.com/googleapis/python-pubsub git https://github.com/googleapis/python-pubsub.git |
| octolytics-dimension-user_id | 16785467 |
| octolytics-dimension-user_login | googleapis |
| octolytics-dimension-repository_id | 226992581 |
| octolytics-dimension-repository_nwo | googleapis/python-pubsub |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 226992581 |
| octolytics-dimension-repository_network_root_nwo | googleapis/python-pubsub |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 2b8f23afb982271f1b22258a94aede67a6b77760 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width