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

Call Celery worker properly #4881

Merged
merged 1 commit into from
Nov 8, 2018
Merged

Conversation

humitos
Copy link
Member

@humitos humitos commented Nov 8, 2018

No description provided.

@humitos humitos requested a review from a team November 8, 2018 19:47
@@ -34,7 +34,7 @@ stderr_logfile = /dev/stderr
stderr_logfile_maxbytes = 0

[program:celery]
command = python3 -m celery worker -A readthedocs -Q default,celery,web,builder -l DEBUG -c 2
command = python3 -m celery worker -A readthedocs.worker -Q default,celery,web,builder -l DEBUG -c 2
Copy link
Member

Choose a reason for hiding this comment

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

Ha, I've used this one manually. Why it was working before?

Copy link
Member

Choose a reason for hiding this comment

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

We just pushed code that doesn't import celery in __init__ anymore.

@codecov
Copy link

codecov bot commented Nov 8, 2018

Codecov Report

Merging #4881 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #4881   +/-   ##
=======================================
  Coverage   76.64%   76.64%           
=======================================
  Files         158      158           
  Lines       10054    10054           
  Branches     1271     1271           
=======================================
  Hits         7706     7706           
  Misses       2007     2007           
  Partials      341      341

@ericholscher ericholscher merged commit f1bc14b into master Nov 8, 2018
@stsewd stsewd deleted the humitos/celery/worker-call branch November 8, 2018 22:27
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