I know it's a really specific set of ingredients, but I was wondering if anyone has had any luck incorporating their pyramid app with celery, while using their SQLAlchemy connection that's a scoped_session with the ZopeTransactionExtension. I'm finding that when I put transaction.commit at the end of my celery tasks in order to save the changed entities, the entities are no longer available due to previous tasks having called transaction.commit and removing the ones in question from the session.
I'd like to not have to create a sort of pyramid_tm for pyramid_celery; hopefully there's something here that I'm missing. Has anyone got any suggestions? -Thomas -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/tc7fHI8FCdwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
