Adil H

Results 18 comments of Adil H

I was actually looking for something different, a global cache for cargo builds across different projects ... But this also sounds very useful thanks :)

Thanks for the suggestion. What would be the use case for this ?

Thanks ! Do you mean topics as in "Kafka topics" ? For now the idea has been to keep all this kind of logic on the user side to keep...

Thanks for the link and sorry about the late reply. The current backing queue design is actually very simple and would not support something like that ... but open to...

I thought maybe we could find a way to make ctx optional/ implicit, similarly to how its done in the http std library https://golang.org/pkg/net/http/#Request.Context ? then make ctx a field...

@behrad maybe it is time to post an official header message in the Readme to look for active maintainers ? you've done an awesome job on Kue for all this...

@manast I want to be able to fine tune the concurrency level per job without creating one queue per job, I can do that with kue https://github.com/Automattic/kue#processing-concurrency . But I...

@behrad I'm a little confused, it's your project right now, how would I know what you want to write exactly about handing it over to the next maintainer ?

@manast to follow up on my comment above (and to be fair) I've been using bull in production for a few months now. works great. so if anybody is wondering...

thanks @xamenyap for the input, I'm closing this issue for now, it does not seem to be a priority at the moment