bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Add taskflowbackend admin command to unlock project #1841

Open mikkonie opened 12 months ago

mikkonie commented 12 months ago

This would help when debugging for issues such as #1532.

mikkonie commented 12 months ago

Workaround for unlocking directly in redis (needs root access, of course): redis-cli DEL "b'_tooz'_PROJECT-UUID-GOES-HERE_lock"

mikkonie commented 12 months ago

After solving #1532, this is no longer critical. It would still be a useful dev/debug tool, so this will be implemented at some point.