-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Cleanup on application name tab. #10605
Comments
No we don't currently have something for cleaning application list, I also think we need it |
Hi, I'm adding new batch job which cleans up inactive applications. It will actually remove application name if you set property Other default settings can be found on job.cleanup.inactive.applications.enable=true
job.cleanup.inactive.applications.cron=0 0 3 * * THU
job.cleanup.inactive.applications.emptydurationthreshold=P14D
# - emptyItemWriter: Not actually removes application
# - cleanTargetWriter: Actually removes application
job.cleanup.inactive.applications.writer=emptyItemWriter Thank you |
Cleaning up inactive agents, and applications seem to be merged together. |
Hello everyone,
Nowadays I have hundreds of unused application names in my pinpoint server and cleaning it up by hand is... unpractical.
Is there a way to automatically clean it? or if it already exists how do I acticate it?
thanks in advance.
The text was updated successfully, but these errors were encountered: