I have a weird scenario. I was updating a shared file in the portal last week. The function seemed to a little laggy but compiling successfully. A week later, with my team not editing, the function starts to throw compilation errors. So the question is at what point does the function compile and pull shared folders? Could the lag cause it not to reload this file for a week?
#load "../Shared/SomeSharedFile.csx"
Just trying to see if anything other than someone going in and editing the file cause this to start failing.