Eduardo Gurgel

Results 186 comments of Eduardo Gurgel

Oh yeah that would be a great addition. It should be very simple to SSCAN for queue:* and remove all of them + inprogress I think?

Fine by me! 👍 Thanks!

I think that's good enough for now. I'm not sure how common is the use case of starting queues dynamically 👍

Hey sorry for the late reply! I agree Do you mind adding a new function to `Verk.Queue` and using it for the mix task?

`QueueStats` are current stats about the running queues. For the data sitting inside Redis we usually use the Queue API. Verk Web has most of the data available: https://github.com/edgurgel/verk_web https://github.com/edgurgel/verk_web/blob/master/web/views/queues_view.ex#L4-L9

Maybe I should rename it to "RunningQueueStats" ? 🤔

Even if you implement something with `Verk.SortedSet` there's always a chance for a race condition: Suppose that the job just came out of the scheduled set. * Check if this...

> Currently Verk doesn't support distributed deployments. If you are running multiple application instances then pausing a queue in one instance will not pause the queue in the other N...

Hey @mitcheaton1, I think you can achieve this by ensuring that `authorization` not defined at all: https://github.com/edgurgel/verk_web/blob/0b1dc97fd8dee4b94e24a029bb992d8dc7c933a0/lib/verk_web/endpoint.ex#L43-L47 TBH we should probably revisit this now that Phoenix seems to handle mounting...

Hi @aleDsz, no progress from my side. If you want to move this forward feel free to work on it :+1: