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

[celery] setting default #5812

Merged

Conversation

john-bodley
Copy link
Member

This PR remedies an issue we've been seeing with celery_statsd where celery.current_app refers to the default rather than the app instance. Per this thread it seems like enforcing the app to be the default for all threads remedies the issue, which I verified via testing locally.

to: @michellethomas @mistercrunch @timifasubaa

@codecov-io
Copy link

codecov-io commented Sep 4, 2018

Codecov Report

Merging #5812 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5812      +/-   ##
==========================================
+ Coverage   63.82%   63.83%   +<.01%     
==========================================
  Files         364      364              
  Lines       23099    23100       +1     
  Branches     2587     2587              
==========================================
+ Hits        14744    14745       +1     
  Misses       8340     8340              
  Partials       15       15
Impacted Files Coverage Δ
superset/utils.py 89.16% <100%> (+0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eb41756...d4d696f. Read the comment docs.

@john-bodley john-bodley merged commit cf12ea0 into apache:master Sep 5, 2018
@john-bodley john-bodley deleted the john-bodley-celery-statsd-fix branch September 5, 2018 00:32
john-bodley added a commit to john-bodley/superset that referenced this pull request Sep 6, 2018
timifasubaa added a commit to airbnb/superset-fork that referenced this pull request Sep 6, 2018
betodealmeida pushed a commit to lyft/incubator-superset that referenced this pull request Oct 12, 2018
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants