akshat
akshat
cc @bsless
Thanks for bringing this to our notice @jaju @kapilreddy If you have code/better solution for this, do suggest here
Hey @kitallis thanks a lot for this logo. I had 3 thoughts: 1. Goose seems a little to the right. Can we put it in centre? Or is a slight...
Hello @fr33m0nk, Job-linking can be done by use of middlewares in Goose. ```clojure (ns goose.dag-jobs (:require [goose.brokers.rmq.broker :as rmq] [goose.client :as c] [goose.worker :as w])) (defn my-dag-job [arg1 arg2] ;;...
Does above code fulfil your requirement? We'd like to keep Goose a plug-and-play library where it's power is derived from extending basic built-in features. For those reasons, I don't see...
@ptaoussanis alongwith the warnings mentioned above, I'm also seeing the following: ``` WARNING: abs already refers to: #'clojure.core/abs in namespace: taoensso.encore, being replaced by: #'taoensso.encore/abs WARNING: update-keys already refers to:...
Hello @ptaoussanis, Thanks for your response. Apologies for not getting back earlier. > It would be helpful to understand better exactly what you're trying to achieve. I'm building a sidekiq-like...
@ptaoussanis Apologies for not responding earlier & thanks for your detailed response. The documentation in [this commit](https://github.com/ptaoussanis/carmine/commit/a1d0c4ec1dd4848a9323eaa149ab284509664515) & your issue comments have addressed my issue.
This feature was suggested/requested by @ejstembler
Questions ---------- 1. Callbacks make more sense in context of a batch. Should we only reserve them for Batches(#105) or allow individual Jobs to have callbacks as well? 2. Should...