nilenso / goose

A powerful background job processing library for Clojure
https://github.com/nilenso/goose/wiki
MIT License
265 stars 11 forks source link

A Goose worker can update a batch's state via middleware after the execution of a job #117

Closed siripr4 closed 1 year ago

siripr4 commented 1 year ago

Goose Worker needs to have a middleware that can update the batch's state if the job belongs to one.