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

Upsert Polling #4235

Open
kforstner opened this issue Apr 1, 2025 · 0 comments
Open

Upsert Polling #4235

kforstner opened this issue Apr 1, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@kforstner
Copy link

It would be great if the upsert process were implemented with a polling mechanism. I imagine it like this: an HTTP request is made, which triggers a background task, and a Job ID is returned. The client then polls, for example, every 5 seconds to check whether the job has completed or failed. In my opinion, this logic makes a lot of sense because the upsert process can take a long time (more than 20 minutes), and setting the timeout to up to 20 minutes is not really optimal.

@HenryHengZJ HenryHengZJ added the enhancement New feature or request label Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants