We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ca041 commit a4d9e74Copy full SHA for a4d9e74
durabletask/task.py
@@ -184,7 +184,7 @@ def signal_entity(
184
def lock_entities(self, entities: list[EntityInstanceId]) -> Task[EntityLock]:
185
"""Creates a Task object that locks the specified entity instances.
186
187
- The locks will be acquired the next time the orchestrator yields.
+ The locks will be acquired the next time the orchestrator yields.
188
Best practice is to immediately yield this Task and enter the returned EntityLock.
189
The lock is released when the EntityLock is exited.
190
0 commit comments