Ah I see, so I need the root object of my pyramid application. I've just used bootstrap to get env. Am I redoing something that is already there in pyramid_celery? I could only see the registry. Thanks
On Wednesday, 9 November 2016 15:21:57 UTC, Sontek wrote: > > 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] <javascript:> > > 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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/79a5c182-c618-46d6-8ae5-92cf3d82d5c4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
