AllenNeuralDynamics / aind-watchdog-service

Data staging service that prepares acquistion data for cloud upload to Amazon S3 and Code Ocean processing.
https://allenneuraldynamics.github.io/aind-watchdog-service/
MIT License
2 stars 0 forks source link

Check current directory for watchdog config if not set in env variable #10

Closed arielleleon closed 1 month ago

arielleleon commented 4 months ago

The watchdog config should look up the watchdog config in the directory where the exe is located if the env variable WATCH_CONFIG is not set

bruno-f-cruz commented 2 months ago

I think that #31 likely provides a solution for this one by allowing users to pass a parameter with the path of the config file

bruno-f-cruz commented 1 month ago

Closing this for now as the current solution provides a nice interface to solve the problem