Azure WebJob System.IO.IOException: The semaphore timeout period has expired.

  • Thread starter Thread starter xaintt
  • Start date Start date
X

xaintt

Guest
Hey!

Could someone tell me why is this error happening sometimes in my triggered webjob?


Unhandled Exception: System.IO.IOException: The semaphore timeout period has expired.


at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)


It throws it on this line:


var file_list = Directory.EnumerateFiles(Path, "*.xml", SearchOption.TopDirectoryOnly)



Thanks in advance!

Continue reading...
 
Back
Top