-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1894 Stop scanning very short lived containers
Sometimes when containers on ECS exit very quickly, they never enter the RUNNING status and instead go directly from PENDING to STOPPED. Previously the AutoDiscovery would track all the containers that were PENDING and create individual scans for those that transitioned to STOPPED. This was a bit of a hack though, because then those scans would never get cleaned up and it would require additional configuration. This instead removes the detection of short lived containers for the MVP, it might get added back at a later point. Signed-off-by: Lukas Fischer <lukas.fischer@iteratec.com>
- Loading branch information
Lukas Fischer
committed
Oct 13, 2023
1 parent
341db0e
commit b7807ad
Showing
1 changed file
with
3 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters