#798: Add support for auto-acknowledging pulled messages.#1637
#798: Add support for auto-acknowledging pulled messages.#1637tseaver wants to merge 2 commits intogoogleapis:masterfrom tseaver:798-jgeewax_strategy
Conversation
Follows @jgeewax's suggested implementation in: #798 (comment)
|
Ugh, when did @coveralls turn back into a noisy commenter? |
I just disabled @coveralls commenting on the project page. |
|
How did you disable it? (Primarily I want to make sure the webhook is still active.) |
|
Looks fine (at least no issues with the code, though I realize this is a "design"-off challenge) |
|
FWIW, codecov can be bit better than coveralls at times. On Fri, Mar 18, 2016 at 11:06 AM Tres Seaver notifications@github.com
|
|
We don't have any allegiance, just in the "ain't broke" state |
docs/pubsub-usage.rst
Outdated
| ... batch.publish('this is the first message_payload') | ||
| ... batch.publish('this is the second message_payload', | ||
| ... attr1='value1', attr2='value2') | ||
| >>> from gcloud.pubsub.subscription import AutoAck |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
In favor of #1636 |

Follows @jgeewax's suggested implementation.
Closes #798.
Hold off merging until comparing with the alternate implementation suggested by @tmatsuo (#1636).