In this release, we’ve applied several bug fixes to the docker-executor. One important change is that the default maxCleanUpTimeSec
has been reduced from 60 seconds to 5 seconds. This means your application has only 5 seconds to exit once it receives a termination signal; otherwise, it will be killed with SIGKILL. If needed, you can modify maxCleanUpTimeSec
in the base DAG or on a per-DAG basis.
Changelog
- bb0b125 [#1237] fix: container name is not properly set & container does not stop when a DAG run is cancelled (#1271)
Full Changelog: v1.22.5...v1.22.6