Skip to content

Conversation

@mjpieters
Copy link
Contributor

This is best achieved by passing a timedelta() to Stats.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.

@boring-cyborg
Copy link

boring-cyborg bot commented Aug 28, 2020

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)
Here are some useful points:

  • Pay attention to the quality of your code (flake8, pylint and type annotations). Our pre-commits will help you with that.
  • In case of a new feature add useful documentation (in docstrings or in docs/ directory). Adding a new operator? Check this short guide Consider adding an example DAG that shows how users should use it.
  • Consider using Breeze environment for testing locally, it’s a heavy docker but it ships with a working Airflow and a lot of integrations.
  • Be patient and persistent. It might take some time to get a review or get the final approval from Committers.
  • Please follow ASF Code of Conduct for all communication including (but not limited to) comments on Pull Requests, Mailing list and Slack.
  • Be sure to read the Airflow Coding style.
    Apache Airflow is a community-driven project and together we are making it better 🚀.
    In case of doubts contact the developers at:
    Mailing List: [email protected]
    Slack: https://apache-airflow-slack.herokuapp.com/

@mjpieters mjpieters force-pushed the timer_milliseconds/master branch from d1112fa to a5d258b Compare September 11, 2020 14:44
@ashb
Copy link
Member

ashb commented Oct 21, 2020

Hmmm all the K8s tests failing is a worrying sign. Could you rebase and see if that fixes it?

@mjpieters mjpieters force-pushed the timer_milliseconds/master branch from a5d258b to 6bcf383 Compare October 22, 2020 08:16
@mjpieters
Copy link
Contributor Author

Hmmm all the K8s tests failing is a worrying sign. Could you rebase and see if that fixes it?

Rebased, and the only failure looks unrelated and flakey to me.

@mjpieters mjpieters force-pushed the timer_milliseconds/master branch from 6bcf383 to 8c60dd4 Compare October 23, 2020 11:18
This is best achieved by passing a `timedelta()` to `Stats.timing()`, and leave worrying about time units to that method.
@mjpieters mjpieters force-pushed the timer_milliseconds/master branch from 8c60dd4 to 04e6a0e Compare October 23, 2020 12:38
@mjpieters
Copy link
Contributor Author

I don't think the RabbitMQ and OpenLDAP Kerberos services failure to start have anything to do with this PR.

@ashb ashb merged commit 7fec7ed into apache:master Oct 23, 2020
@mjpieters mjpieters deleted the timer_milliseconds/master branch October 27, 2020 20:40
michalmisiewicz pushed a commit to michalmisiewicz/airflow that referenced this pull request Oct 30, 2020
This is best achieved by passing a `timedelta()` to `Stats.timing()`, and leave
worrying about time units to that method.
szn pushed a commit to szn/airflow that referenced this pull request Nov 1, 2020
This is best achieved by passing a `timedelta()` to `Stats.timing()`, and leave
worrying about time units to that method.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants