You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I manage a single ArgoCD Application with about 200 Deployments and 1300 CronJobs (wont split the app due to design reasons).
I’ve tried to improve performance by:
Using ignoreDifferences for all CronJobs and Jobs - currently working on that, but not sure if I get desired result.
Disabling health checks for these cronjobs/jobs.
Should ignoreDifferences + disabled health checks be enough, or are there other tweaks I should try for a large single application?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
I manage a single ArgoCD Application with about 200 Deployments and 1300 CronJobs (wont split the app due to design reasons).
I’ve tried to improve performance by:
Using ignoreDifferences for all CronJobs and Jobs - currently working on that, but not sure if I get desired result.
Disabling health checks for these cronjobs/jobs.
Should ignoreDifferences + disabled health checks be enough, or are there other tweaks I should try for a large single application?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions