solid_queue icon indicating copy to clipboard operation
solid_queue copied to clipboard

Database-backed Active Job backend

Results 135 solid_queue issues
Sort by recently updated
recently updated
newest added

Adds solid queue database config documentation, re: https://github.com/rails/solid_queue/issues/144

Environment: - Latest version of SolidQueue - [email protected] - MacOS My workflow that seems to reliably cause the issue: - I have a workflow where I create approximately 10 records...

Support for batches in SolidQueue! Batches are a powerful feature in [Sidekiq Pro](https://github.com/sidekiq/sidekiq/wiki/Batches) and [GoodJob](https://github.com/bensheldon/good_job?tab=readme-ov-file#batches) which help with job coordination. A "Batch" is a collection of jobs, and when those...

I seem to have a persistent problem of jobs being worked but new jobs just get enqueued and workers stop pulling jobs to be worked. If I restart Solid Queue...

Hello, I am running a project with solid_queue. When doing some development on my windows pc with WSL, solid_queue runs greatly! However, when running on my macbook, I get either...

Otherwise, the process prune thread seems to interfere with each forks' threads reloading, [making them come to a halt](https://github.com/rails/solid_queue/issues/204) when code is changed and they need to reload one at...

Hi🖐️ I'm using the puma plugin to start a solid_queue supervisor. To make sure that puma is monitoring the supervisor, I kill the supervisor process, but the puma process does...

We are seeing some failed jobs due to hitting a deadlock when solid queue is trying to create the ScheduledExecution for the job. This is usually happening for us on...

@rosa: I don't yet have a fix for this, but I'm hoping that a test case will help you to help me fix this.

Currently, there is no way to specify that the migration files be installed into a separate database from the default. This is problematic especially for SQLite apps, since the recommended...