-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[translation] consider poller design #17915
Copy link
Copy link
Closed
Description
For beta 1, we released a non-poller design that creates a translation job and only polls the service if the user calls the helper method wait_until_done with the job ID. For beta 2, we'll revisit this design and consider a few options:
- Stick with current design
- Replace design with non-live poller implementation (still probably keep
wait_until_done) - Add a
beginmethod that returns a poller (live or not live) in addition to having the create_job / wait_until_done methods - Stream documents from the list_all_document_statuses
Reactions are currently unavailable