I want to generate TTS with Azure Cognitive Servic...
# queues-beta
r
I want to generate TTS with Azure Cognitive Services. I send a text, it generates a mp3 and eventually you upload the file to R2. It works on Node. I've tried to implement it with a standard Worker using promises and
waituntil
and it fails. Not user the reason; it might because a Worker is not capable of handle it ... https://discord.com/channels/595317990191398933/1100814451151741028/1101567116890620015 My question is: would it work with a Queue? or because underlying it'' s executing a Worker I'll experience the same issues?