Hi everyone,
I’ve a multiple document upload form where each file is sent to an external API (Google Document AI) for auto data processing. The issue is that this API takes around 30–40 seconds per document — so uploading 4 docs means waiting 3–4 minutes for the whole process to finish.
Is there any way to execute the Server Connect API in the background or via a queue system so users don’t have to wait for all API calls to complete?
Thanks in advance!
