I have an API endpoint to upload a file and that's currently set up via now. However, once the file gets uploaded, I need to kick off a process that handles the audio and that can take some time (potentially up to 5 minutes). How would I architect that within the now
/ micro
frameworks?
As per the Zeit Support team, they advise using queues, however they don't currently (as of July 2019) support queues.