Skip to content

Commit

Permalink
correct tiny typo in FAQ around Windows celeryd invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jensen committed Apr 16, 2012
1 parent b64fcd2 commit 79c4787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ celeryd keeps spawning processes at startup
**Answer**: This is a known issue on Windows.
You have to start celeryd with the command::

$ python -m celeryd.bin.celeryd
$ python -m celery.bin.celeryd

Any additional arguments can be appended to this command.

Expand Down

0 comments on commit 79c4787

Please sign in to comment.