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 a44aad2 commit 95e6d08Copy full SHA for 95e6d08
src/task_processor/decorators.py
@@ -144,7 +144,7 @@ def register_task_handler( # noqa: C901
144
the task processor Defaults to `None` (infinite).
145
:param TaskPriority priority: task priority.
146
:param bool transaction_on_commit: (`SEPARATE_THREAD` task run method only)
147
- Whether to wrap the task call in `transanction.on_commit`. Defaults to `True`.
+ Whether to wrap the task call in `transaction.on_commit`. Defaults to `True`.
148
We need this for the task to be able to access data committed with the current
149
transaction. If the task is invoked outside of a transaction, it will start
150
immediately.
0 commit comments