Skip to content
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

Support partial timelimit for celery tasks #847

Merged
merged 7 commits into from
Jan 25, 2022

Conversation

OHeimlich
Copy link
Contributor

@OHeimlich OHeimlich commented Jan 9, 2022

Description

Adding support in partial time limit for celery tasks.
Instrument celery task time limit even if only one limit was set (soft/hard limit).
Fixes #846

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Running unit test

Does This PR Require a Core Repo Change?

Checklist:

See contributing.md for styleguide, changelog guidelines, and more.

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

@linux-foundation-easycla
Copy link

CLA Not Signed

Copy link
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey @OHeimlich, thanks for the contribution! Please make sure to sign the CLA and update the changelog to include a note about the fix.

@linux-foundation-easycla
Copy link

CLA Not Signed

@linux-foundation-easycla
Copy link

CLA Not Signed

@linux-foundation-easycla
Copy link

CLA Not Signed

@OHeimlich OHeimlich marked this pull request as ready for review January 11, 2022 22:36
@OHeimlich OHeimlich requested a review from a team as a code owner January 11, 2022 22:36
@OHeimlich
Copy link
Contributor Author

Hey @codeboten,
Thank you for your response, I signed the CLA and updated the changelog :)

@OHeimlich OHeimlich requested review from codeboten and srikanthccv and removed request for a team January 13, 2022 06:27
@lzchen lzchen enabled auto-merge (squash) January 25, 2022 23:32
@lzchen lzchen merged commit ec5b73c into open-telemetry:main Jan 25, 2022
@OHeimlich OHeimlich deleted the support-partial-timelimit branch January 26, 2022 06:39
sanketmehta28 pushed a commit to sanketmehta28/opentelemetry-python-contrib that referenced this pull request Jan 26, 2022
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.

Partial celery task time limit is not support
4 participants