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

Rollout return_async_id to more functions #1132

Open
MariusWirtz opened this issue Jul 3, 2024 · 2 comments
Open

Rollout return_async_id to more functions #1132

MariusWirtz opened this issue Jul 3, 2024 · 2 comments

Comments

@MariusWirtz
Copy link
Collaborator

I propose we roll out the return_async_id argument to more functions.

It would be helpful to have it on tasks that are "single request based" but yet can long to complete, such as:

  • add_elements
  • add_edges
@rclapp
Copy link
Collaborator

rclapp commented Jul 4, 2024 via email

@MariusWirtz
Copy link
Collaborator Author

Yes. The preferred solution would be to solve it with a generic decorator that we could use on all functions.

To limit the complexity of that decorator, we could, in a first version, limit it to functions that are single request-based

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants