aperture-data / aperturedb-python

ApertureDB Python Client
Other
7 stars 3 forks source link

Silent mode for adb for health checks #514

Open drewaogle opened 3 weeks ago

drewaogle commented 3 weeks ago

when using adb in docker to check for the database being healthy it would be useful to have a mode where we can add something like --silent when we expect there to be errors

drewaogle commented 3 weeks ago

if I use adb utils execute summary to check for a db running it throws a ton of errors when the db isn't running yet. If we know it isn't running, it isn't helpful for this purpose.