Saturday, 15 August 2015

Celery on Windows without MQ -



Celery on Windows without MQ -

i have app running on linux using celery/rabbitmq, setup works fine.

but have develop new features , developing machine have available windows7 no admin rights, can't install rabbit or redis server.

there way emulate can execute app (flask way), on windows machine?

thanks in advance!

you can set celery_always_eager:

if true, tasks executed locally blocking until task returns. apply_async() , task.delay() homecoming eagerresult instance, emulates api , behavior of asyncresult, except result evaluated.

that is, tasks executed locally instead of beingness sent queue.

windows celery

No comments:

Post a Comment