-
-
Notifications
You must be signed in to change notification settings - Fork 117
feat: use events to track container states in agents #718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
9449553
to
012ff37
Compare
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## develop #718 +/- ##
===========================================
+ Coverage 23.41% 24.61% +1.20%
===========================================
Files 55 55
Lines 5292 5509 +217
===========================================
+ Hits 1239 1356 +117
- Misses 3959 4048 +89
- Partials 94 105 +11
☔ View full report in Codecov by Sentry. |
3d91b9b
to
7ece48a
Compare
2acef95
to
27c1aff
Compare
8f7990d
to
44ba994
Compare
Instead of polling containers use docker events to only track changes and notify crux if something happened.