Absolutely nothing. pyramid_celery is specifically for sharing your ini configuration / app configuration with your celery workers. If you don't have a need to share those things you have no need for pyramid_celery :)
On Wed, Nov 9, 2016 at 5:10 AM, Jo G <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/pylons-discuss/d4bb151a-e295-4b87-850d-9f0b1f088fbd%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAOdFaDU%3DrQVNSp2sGU7bsVRn2rXNmLaeR_Cco2eppsYykRHNNg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
