You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: