-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Feature request - Send config to repository database #955
Comments
The config is stored on disk rather than the repository database as the service won't always have direct access to the repository database - in some cases it could be writing to a S3 bucket or it could be writing to multiple repository databases. It could probably send some of the config data back to the repository database though. Some data in the config can be sensitive so that would need to be considered. |
Completely agree |
Add option to automatically remove instances that have been soft deleted after a specified period of time since their last collection date. trimble-oss#955
Add option to automatically remove instances that have been soft deleted after a specified period of time since their last collection date. #955
I believe the JSON config is not stored in the database, I went looking to see if it was but I could not find it in the tables. I was wondering if it could be stored in the dbadash database so we can set alerts for missing settings etc. i.e slow threshold is set to 1 second for this server instead of 5 seconds.
if it is there and I missed it apologies.
Kind Regards,
Dan
The text was updated successfully, but these errors were encountered: