josh-fell commented on a change in pull request #22362:
URL: https://github.com/apache/airflow/pull/22362#discussion_r830040030
##########
File path: docs/apache-airflow/logging-monitoring/callbacks.rst
##########
@@ -41,6 +41,7 @@ Name Description
``on_failure_callback`` Invoked when the task :ref:`fails
<concepts:task-instances>`
``sla_miss_callback`` Invoked when a task misses its
defined :ref:`SLA <concepts:slas>`
``on_retry_callback`` Invoked when the task is :ref:`up
for retry <concepts:task-instances>`
+``on_execute_callback`` Invoked when the task begins
executing.
Review comment:
```suggestion
``on_execute_callback`` Invoked right before the task
begins executing.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]