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/CAK8RCUtapndGcdTpoH%3DmZORMVaPEBKZ-kiF187FAbOqAG9585Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to