Skip to content

possible to optionally support queuing code like p.a.async #23

@djay

Description

@djay

Would you consider the possibility for optional support which takes a callable and queues executing this?
I'm guessing this would require storage in the ZODB (another mount or the same one) of the code temporarily during queuing. Or else it could be done by pickling the code into redis perhaps with some signature for safety?
The usecase is that it makes for much nicer code rather than splitting your code into seperate views for everything you want to run async.
It's would also be convenient for security. To make code thats async with taskqueue that can't be run by the user directly takes extra work at the moment to pass secrets or set alternative auth headers

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions