Re: [pylons-discuss] How to send task-message after request.tm has committed?

2018-06-01 Thread Mikko Ohtamaa
Hi Jens, You can also look here for inspiration: https://websauna.org/docs/narrative/misc/task.html#delayed-tasks On 1 June 2018 at 05:34, wrote: > Hi, > > Within a view function it becomes necessary to run an async task. Celery > , Dramatiq

[pylons-discuss] How to send task-message after request.tm has committed?

2018-05-31 Thread jens . troeger
Hi, Within a view function it becomes necessary to run an async task. Celery , Dramatiq , etc are frameworks to handle that. However, my async task needs to read db objects which have been created—and must be committed and persisted—by the