I was getting "Deployment failed: Deployment failed, details: { Failed to load application, Couldn't find required field: threadsafe, none}"
Then if I set threadsafe = true in yaml file, everything is fine.
I thought threadsafe was just for Python and Go runtime still only use one thread, no? Since when Go project was required to have this flag set?