-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Memory management improvements (#28)
* call gc.collect after every cleaning * only save name and status from k8s list_pod_for_all_namespaces response * remove unused failure_stale_seconds * upgrade redis to 3.4.1 * reset janitor state at then end of clean() * upgrade to kubernetes==10.0.0 for 1.14.0 compatibility * test_repair_redis_key to keep coverage up
- Loading branch information
Showing
4 changed files
with
38 additions
and
23 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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
redis==3.2.1 | ||
kubernetes==9.0.0 | ||
redis==3.4.1 | ||
kubernetes==10.0.0 | ||
pytz==2019.1 | ||
python-dateutil==2.8.0 | ||
python-decouple==3.1 |