Argo cd notification annotation in Application grow unbounded? #27722
Unanswered
KnightArthurRen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I understand the notification controller use the
notified.notifications.argoproj.ioannotation to keep track of which message has been send, however it also looks like this list is constantly growing unbounted, does the notification controller have a way to clean up the list after a while?Here's my annotation list just after a couple deployments
{ "0491f2b69b165118eb9690c44bd843528ce9eb24:on-deployed:[0].qyWrLKXYec9qR5FVB0ylUEJLjFg:slack:argo-test": 1778026474, "0491f2b69b165118eb9690c44bd843528ce9eb24:on-sync-succeeded:[0].IwKhHw9Hu8IE3z5Y8CQE4vReLYs:slack:argo-test": 1778026463, "18620030ee2002485ddceb36b27ff6238f6775b4:on-deployed:[0].qyWrLKXYec9qR5FVB0ylUEJLjFg:slack:argo-test": 1778024112, "18620030ee2002485ddceb36b27ff6238f6775b4:on-sync-succeeded:[0].IwKhHw9Hu8IE3z5Y8CQE4vReLYs:slack:argo-test": 1778024112, "2c3a5eb67814b594ce2bd0433a5ad7c908a179a6:on-deployed:[0].qyWrLKXYec9qR5FVB0ylUEJLjFg:slack:argo-test": 1778048362, "2c3a5eb67814b594ce2bd0433a5ad7c908a179a6:on-sync-succeeded:[0].IwKhHw9Hu8IE3z5Y8CQE4vReLYs:slack:argo-test": 1778048343, "44d9af15a90039e511d74df79733caa35cd58a8a:on-deployed:[0].qyWrLKXYec9qR5FVB0ylUEJLjFg:slack:argo-test": 1778023940, "44d9af15a90039e511d74df79733caa35cd58a8a:on-sync-succeeded:[0].IwKhHw9Hu8IE3z5Y8CQE4vReLYs:slack:argo-test": 1778023939, "87e2128341d17138c16ae5e2eefe196e3b6735f3:on-deployed:[0].qyWrLKXYec9qR5FVB0ylUEJLjFg:slack:argo-test": 1778025970, "87e2128341d17138c16ae5e2eefe196e3b6735f3:on-sync-succeeded:[0].IwKhHw9Hu8IE3z5Y8CQE4vReLYs:slack:argo-test": 1778025970, "\u003cnil\u003e:on-sync-running:[0].ic91dZU3WrtgRdlZCpg-L8ARI0Q:slack:argo-test": 1778025211, "af7a7c586a197f6398c5dab136c04f8965d7adfd:on-deployed:[0].qyWrLKXYec9qR5FVB0ylUEJLjFg:slack:argo-test": 1778027420, "af7a7c586a197f6398c5dab136c04f8965d7adfd:on-sync-succeeded:[0].IwKhHw9Hu8IE3z5Y8CQE4vReLYs:slack:argo-test": 1778027401, "e13eaebe9fe11e4ae989f99b268c29d881c6b4fe:on-deployed:[0].qyWrLKXYec9qR5FVB0ylUEJLjFg:slack:argo-test": 1778025233, "e13eaebe9fe11e4ae989f99b268c29d881c6b4fe:on-sync-succeeded:[0].IwKhHw9Hu8IE3z5Y8CQE4vReLYs:slack:argo-test": 1778025212, "e400ef15d6e53fb77f978343d4fc3e44cb911398:on-deployed:[0].qyWrLKXYec9qR5FVB0ylUEJLjFg:slack:argo-test": 1778026275, "e400ef15d6e53fb77f978343d4fc3e44cb911398:on-sync-succeeded:[0].IwKhHw9Hu8IE3z5Y8CQE4vReLYs:slack:argo-test": 1778026275, "ea0f4c938cc529da0b271834b7b2c16cdb1e5c2f:on-deployed:[0].qyWrLKXYec9qR5FVB0ylUEJLjFg:slack:argo-test": 1778046555, "ea0f4c938cc529da0b271834b7b2c16cdb1e5c2f:on-sync-succeeded:[0].IwKhHw9Hu8IE3z5Y8CQE4vReLYs:slack:argo-test": 1778046537, "ed6021696a1eb4751c5ee2f6df9fbfe372b1e188:on-deployed:[0].qyWrLKXYec9qR5FVB0ylUEJLjFg:slack:argo-test": 1778046900, "ed6021696a1eb4751c5ee2f6df9fbfe372b1e188:on-sync-succeeded:[0].IwKhHw9Hu8IE3z5Y8CQE4vReLYs:slack:argo-test": 1778046898 }Beta Was this translation helpful? Give feedback.
All reactions