nilenso / goose

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

Filter enqueued jobs #156

Closed alishamohanty closed 6 months ago

alishamohanty commented 7 months ago

Enqueued jobs will be filtered based on different filter type (id, execute-fn-sym, type)

Sample preview:

image