girder / girder_worker

Distributed task execution engine with Girder integration, developed by Kitware
http://girder-worker.readthedocs.io/
Apache License 2.0
34 stars 30 forks source link

Girder plugin: use setting default #367

Closed zachmullen closed 4 years ago

zachmullen commented 4 years ago

Right now our broker and backend URL default values are not using Girder's default setting mechanism, so downstreams of this plugin can't easily hook into the setting mechanisms to use the default, they're forced to duplicate it.

zachmullen commented 4 years ago

I realize the reason for this is to handle the fact that this setting is often saved to the database with a value of the empty string. I don't know of any clever workaround for that at this point.