Closed alahiff closed 5 years ago
Due to the fixed size process pool, if there are lots of simultaneous some infrastructures will be waiting for deployment to start. During this time any status checks will return 400.
Maybe insert into DB immediately, then run the deployment in the pool?
This should be fixed with this commit: https://github.com/prominence-eosc/imc/commit/d8132c2cb87b7bdb9a311a6da560eace4efb45d8
Due to the fixed size process pool, if there are lots of simultaneous some infrastructures will be waiting for deployment to start. During this time any status checks will return 400.