Rui-Jie Tay
Rui-Jie Tay
Hi! Given that I'll be running solid_queue on, for example, an 8 core CPU, what are the factors I should consider when setting the number for `threads` and `processes` in...
Hey there, I'm testing out the queue priorities in solid queue. My `queue.yml` is as follows: ```yml default: &default dispatchers: - polling_interval: 1 batch_size: 500 workers: - queues: [urgent*, semi_urgent*,...
Hey there, after running Solid Queue for a few months, we're seeing occasional spikes in our CPU usage. From what I understand in the README, there are some limitations due...
Hey there, I was analyzing some queries that is being done on my solid queue DB and I came across this: ```sql DELETE FROM "solid_queue_jobs" WHERE "solid_queue_jobs"."id" IN ( SELECT...
This has been resolved in #243 so let's update the README, thank you @florian2
I believe this is similar to #200, where there is a reference to the `job_class` within the mission control instance. This happens when we're running mission control on a separate...
I just came across this issue #78 as I was confused by the behavior of failed jobs in mission control and decided to search for related issues. Right now, it...
Hey @bensheldon , thanks for working on the pause feature! I was able to test it and it seems like there will be a spike in the CPU for the...
Hello, I'm looking to test how GoodJob performs under a relatively heavy workload of around a million jobs being executed every hour. My current setup has every job class to...