Hi, I'm using Adobe Api 2.0 with python to get some data from different VRS. So that I need the complete list of the VRS that've got in the subscription. The problem is that when I upload the function to an Azure Function and execute the code it returns me allways the same error:
api2.getReportSuites(report) : cannot schedule new futures after shutdown
I'm wondering why this is happening because when I run it in my local environment it works so there must be something I'm not keeping in mind. The funny thing is that this same code was working one month ago so I don't understand what I'm missing in the code. Currently my Azure function is a premium one so it shouldn't have problems with timeouts.