Add information about locks to the API #214
Labels
good first issue
Good for newcomers
level:easy
This issue should be relatively easy to fix
priority:low
Priority: low
status:up for grabs
This issue is a good candidate for PR
type:feature
New feature
Probably the easiest way is to add this to the topology endpoint. Instead of returning:
We could add something like
"locked_by": [task_id]
.In fact, maybe we should also add iterators and their locks to this endpoint (but that's another issue).
The text was updated successfully, but these errors were encountered: