Rajeev

Results 12 comments of Rajeev

Did anyone find any solution for this? Facing the same.

https://github.com/ksachdeva/angular2-swing-example/blob/master/src/app/app.module.ts

i am still having this problem. Did anyone find a solution?

@albertski But that would only delay the job until the existing job is executed right? What i want is to not queue a job at all when another one of...

Hi @BenoitMC This is what I was looking for as well. But one issue that propped up during testing is, this would count the Jobs that failed as well. Is...

@BenoitMC Thanks. I removed `limits_concurrency` and used this check which seems to do the job. `SolidQueue::Job.where(class_name: "ContinuousSearchJob",finished_at: nil).where.missing(:failed_execution).` Do you think there would be any issues with this?

I am really in need of this feature. As its not yet available , could you help me in implementing this ? I have a `ContinuousSearchJob` thats run with `recurring.yml`...

I am observing high memory usage when solid queue is used on heroku as well. Has there been any solutions to fix this issue? is there any temporary fix that...

@rosa I have a simple configuration. queue runs on a single server config. I have a continuous running job that runs every 30 mins. queue.yml ``` default: &default dispatchers: -...

Thanks for addressing the issue. Hope it's resolved soon. On Sun, 30 Mar 2025, 3:59 am Rosa Gutierrez, ***@***.***> wrote: > Hey all, so sorry about this! I've been swamped...