With normal app engine, you can define Services (previously called modules) by creating versions of app.yaml. It seems with Flexible Environments you can't do that anymore, that it in fact crashes when using the old module: name syntax and throws errors with the term service: name.
Any ideas how to run multiple types of processes with Flexible Environment in the same project?
Cheers!