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

Un-abstractify base class #362

Closed zachmullen closed 4 years ago

zachmullen commented 4 years ago

It now provides sensible default behaviors. Plugin entry points now no longer need to provide an __init__ unless they actually need it. Additionally, plugins no longer strictly need to provide a task listing method, to support plugins that might not expose custom tasks.

kotfic commented 4 years ago

I'm fine with this, though it does feel like a ripe opportunity for some primo bike-shedding =P

zachmullen commented 4 years ago

Could you approve @kotfic ?