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 all,
>
> After struggling with this for few years I think I have finally nailed 
> Pyramid and Celery integration. The design goals include
>
> * No global variables or import time side effects. Everything is set up 
> through Pyramid registry using venusian compatible @task decorator.
>
> * Configured through INI settings
>
> * Kick off delayed task on transaction commit
>
> * Transaction retries in the case the task runs into database conflict 
> resolution
>
> * Support for eager execution
>
> * Support for scheduled (beat) tasks
>
> * Celery 4.0+ compatible
>
> Here: http://websauna.org/docs/narrative/misc/task.html
>
> If there is market demand I might factor this out to a separate package
>
> -- 
> Mikko Ohtamaa
> http://opensourcehacker.com
> http://twitter.com/moo9000
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/5f182324-5f78-4ac7-a395-079a0266b91b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to