I have a scenario where I need to consume third party dll to validate set of input records(10k).
Currently – DLL is taking around 2 hours(120 Mins) to process the file. We don’t have control over dll for optimization or splitting records.
As per my understanding Azure Web Job is right service for handling task – As I haven’t handled that scenario in the past – need expert advice before committing or starting task.
I tried to found long running max timeout limit for Azure Web Jobs, but unfortunately unable to get.
Appreciate if you could provide input if a Azure Web Jobs(task/thread) can run for more than 2-3 hours without timeout issue.