whitews / ReFlow

Django-based Repository for Flow Cytometry Data
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Disable/Enable workers from ReFlow server #33

Open whitews opened 9 years ago

whitews commented 9 years ago

Create a mechanism for ReFlow admins to disable (and re-enable) workers from the ReFlow server. This would be useful for testing a specific worker. Since a worker is just a sub-classed User, perhaps this could be easily achieved by simply setting the user's active status?