-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Log task_instance execution duration as milliseconds #10632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst)
|
d1112fa to
a5d258b
Compare
|
Hmmm all the K8s tests failing is a worrying sign. Could you rebase and see if that fixes it? |
a5d258b to
6bcf383
Compare
Rebased, and the only failure looks unrelated and flakey to me. |
6bcf383 to
8c60dd4
Compare
This is best achieved by passing a `timedelta()` to `Stats.timing()`, and leave worrying about time units to that method.
8c60dd4 to
04e6a0e
Compare
|
I don't think the RabbitMQ and OpenLDAP Kerberos services failure to start have anything to do with this PR. |
This is best achieved by passing a `timedelta()` to `Stats.timing()`, and leave worrying about time units to that method.
This is best achieved by passing a `timedelta()` to `Stats.timing()`, and leave worrying about time units to that method.
This is best achieved by passing a
timedelta()toStats.timing(), and leave worrying about time units to that method.This is my fix for #10629, for the master branch. A separate pull request will be made for the v1-10 branch.