Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose batch translation & execution #410

Closed
kalzoo opened this issue Dec 11, 2023 · 0 comments · Fixed by #445
Closed

Expose batch translation & execution #410

kalzoo opened this issue Dec 11, 2023 · 0 comments · Fixed by #445

Comments

@kalzoo
Copy link
Contributor

kalzoo commented Dec 11, 2023

gRPC APIs exist for batch execution & translation; we can exercise these here for better performance and UX:

  • fewer connections
  • atomic result in execution: all succeed to enqueue or all fail
  • faster execution compared to executing in series
  • less complex user script compared to executing in parallel (with rayon etc, or multiprocessing upstream in Python)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant