-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I see an old monster rearing its head. When the service starts, it tells me that apparently all inputs are downloaded successfully. But then the service still gets stuck since i have an AwaitInputs function that checks if all the required files are available. When investigating I saw that even if the platform acts as if all inputs were downloaded, I see that in the inputs folder, the files are not there. Then of course the service will get stuck.....
I thought that this was taken care of a long time ago and it is a big deal if that is not working when our platform is all about building pipelines that propagate files to subsequent services....
I can only fix that by disconnecting and reconnecting the inputs.....
but that is not an option for our users since they have the application in app mode and we shouldn't require users to have to manually disconnect and reconnect stuff....


