Best practice when using webhooks for multiple batch SpeechToText requests
Hello. We are currently investigating the functionality within Azure AI Speech. Specifically we are looking for suggestions regarding the best practices when using webhooks to track the batch transcription jobs.
In the batchclient sample from github a webhook is initiated before a single batch request and closed once the transcription job is finished.
For the scenario in which multiple batch jobs are started throughout the day, is it possible or recommended to initiate the webhook before the first job of the day (or when the application is started) and keep this single webhook alive until all batch jobs are finished (or the application is stopped)? Or is the recommendation to have one webhook per batch request?
Thanks in advanced for any information!
Kind regards,
McGregor