HumanSignal / HumanSignal/label-studio
Lock expiration not triggering task clear
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
Describe the bug
Tasks with "lock expired" status are not being cleared as expected.
To Reproduce
Steps to reproduce the behavior:
Start a task and lock it.
Wait for the task lock to expire.
Check the task's status.
Notice that the expired lock tasks are not cleared.
Expected behavior
Once a task's lock has expired, it should be cleared automatically or made available for processing again.
Environment (please complete the following information):
OS: Ubuntu 20.04
Label Studio Version: 1.8.2
Additional context
There might be an underlying issue with the task clearing mechanism. It's essential to ensure that tasks with expired locks are processed correctly to maintain system efficiency.
Contributor guide
Assessment
This issue has not been assessed yet.