aws / amazon-mwaa-docker-images

Apache License 2.0
24 stars 11 forks source link

Ensure start-up script finishes in 5 minutes #83

Closed rafidka closed 3 months ago

rafidka commented 3 months ago

Issue #, if available: N/A

Description of changes:

To make sure that the start-up script execution finishes in 5 minutes, I updated the Subprocess class to support passing in the maximum interval of wait between sending a SIGTERM and a SIGKILL. This way we can avoid having to add 90 seconds of additional wait time for the start up script.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.