quirrel-dev / owl

A high-performance, Redis-backed job queueing library originally built for Quirrel. Has an in-memory mode for development use cases.
MIT License
96 stars 11 forks source link

Job response data #204

Closed dturton closed 2 years ago

dturton commented 2 years ago

Is there a way to store the response data from the job?

Skn0tt commented 2 years ago

No, there is not. This was not a requirement when designing this library. But it should be possible to add this, either in a fork or in user-land!