liferoad commented on code in PR #34536:
URL: https://github.com/apache/beam/pull/34536#discussion_r2027058447


##########
sdks/python/apache_beam/ml/gcp/recommendations_ai.py:
##########
@@ -154,13 +155,19 @@ def process(self, element):
     request = recommendationengine.CreateCatalogItemRequest(
         parent=self.parent, catalog_item=catalog_item)
 
-    try:
-      created_catalog_item = self._client.create_catalog_item(
+    @tenacity.retry(

Review Comment:
   shall we keep using our own with_exponential_backoff? cc @damccorm 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to