[pylons-discuss] Re: New Pyramid Celery integration implementation

2016-12-08 Thread jens . troeger
Thank you for this thread, good pointers! I'd be curious to hear your opinions to this code review request: http://codereview.stackexchange.com/questions/148872/integrating-celery-task-queue-with-pyramid/ Thanks! On Sunday, August 21, 2016 at 8:41:35 PM UTC+10, Mikko Ohtamaa wrote: > > Hi

[pylons-discuss] Re: New Pyramid Celery integration implementation

2016-12-05 Thread Brian Findlay
Mikko, I't be awesome if you could factor this out. Amazing how many things Websauna gets right. -- 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

[pylons-discuss] Re: New Pyramid Celery integration implementation

2016-09-14 Thread Ergo
This is how I've been using celery in my pyramid applications with success, in a way that seems to work whever celery changes some internals: https://github.com/ergo/testscaffold/blob/master/testscaffold/celery/__init__.py then in app init i do: # configure celery in later phase def

[pylons-discuss] Re: New Pyramid Celery integration implementation

2016-08-22 Thread Jonathan Vanasco
On Sunday, August 21, 2016 at 6:41:35 AM UTC-4, Mikko Ohtamaa wrote: > > > * Configured through INI settings > > * Kick off delayed task on transaction commit > > If there is market demand I might factor this out to a separate package > I think it would be GREAT if there were a separate