I've asked this on stack overflow as well.

So I have a pyramid app which stores data in zodb (Substanced) and also 
creates a solr index for a speedy search of that data. Some of the solr 
indexing takes a while so I am wanting to make the solr indexing 
asynchronous. I am going to use rabbitmq and celery.

Do I benefit from using pyramid_celery? I don't want to use the ini file to 
store the celery config and there are no scheduled tasks so no celery 
beats. This is small scale and all of the processes/tasks will run on one 
machine.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/d4bb151a-e295-4b87-850d-9f0b1f088fbd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to