Skip to content

Commit

Permalink
Remove EXPERIMENTAL notice for DLQ b/c it's GA now (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradn authored Apr 22, 2020
1 parent 9f8acfa commit a6b4c44
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions google/cloud/pubsub_v1/subscriber/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ def delivery_attempt(self):
The first delivery of a given message will have this value as 1. The value
is calculated at best effort and is approximate.
EXPERIMENTAL: This feature is part of a closed alpha release. This
API might be changed in backward-incompatible ways and is not recommended
for production use. It is not subject to any SLA or deprecation policy.
Returns:
Optional[int]: The delivery attempt counter or None.
"""
Expand Down

0 comments on commit a6b4c44

Please sign in to comment.