Skip to content

Instantly share code, notes, and snippets.

@mw44118
Created February 20, 2013 16:06
Show Gist options
  • Save mw44118/4996652 to your computer and use it in GitHub Desktop.
Save mw44118/4996652 to your computer and use it in GitHub Desktop.
my celeryd
celeryd --loglevel=INFO --config config --time-limit=300 -E --concurrency=8 -I aws_tasks -Q aws_tasks
-------------- celery@charcoal v3.0.0 (Chiastic Slide)
---- **** -----
--- * *** * -- [Configuration]
-- * - **** --- . broker: redis://redis1.production.servers.bubblicorp.com:6379/1
- ** ---------- . app: default:0x22edf50 (.default.Loader)
- ** ---------- . concurrency: 8 (processes)
- ** ---------- . events: ON
- ** ----------
- *** --- * --- [Queues]
-- ******* ---- . aws_tasks: exchange:celery(direct) binding:celery
--- ***** -----
[Tasks]
. aws_tasks.email_stitch_results
. aws_tasks.fan_out_post
. aws_tasks.grab_text
. aws_tasks.publish_action
. aws_tasks.test_task
. aws_tasks.unpublish_action
. aws_tasks.update_fb_friends
. aws_tasks.update_status
[2013-02-20 10:48:09,093: WARNING/MainProcess] production.db.connect
[2013-02-20 10:48:09,093: WARNING/MainProcess] 62.7870559692
[2013-02-20 10:48:09,094: WARNING/MainProcess] ms
[2013-02-20 10:48:09,094: WARNING/MainProcess] 4ggrgJJJg89erg09182g20joogJGRIGJWOGIJ2n24g90
[2013-02-20 10:48:09,166: WARNING/MainProcess] celery@charcoal has started.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment