I would like to know how others manage Asynchronous scripts?
How do you successfully stop a script because it seems to ignore the AsyncShutdownCmd - Script not responding to AsyncShutdownCmd.
When the bootstrap eventually does take action it crashed the Engine which is not ideal: AppEngine_GR was terminated abnormally.
Having the script time out is also not ideal because it creates issues of its own.
Expected behavior is that the once you activate AsyncShutdownCmd the Garbage Collector comes along and clean it up.