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

Hi, We have current setup in DigitalOcean to run an API to send data to another third party app. and it success processing the jobs during 1 to 2 hours,...

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...

I'm working on a project that was using Solid Queue v0.7.0 and using `bundle exec rake solid_queue:start` to start the process. When I updated to v1.0.0 last week, I also...

Fixes #122 Allows the app to run in `strict_loading_by_default` mode by explicitly turning off strict loading on all Solid Queue models. Also enables `strict_loading_by_default` on the dummy app to prevent...

Steps to reproduce: - Have some jobs defined, including at least one recurring job. - Run solidqueue - Restart the database (for example on a mac, `brew services restart mariadb`,...

In my current job, we have [an open-source monorepo](gitlab.com/prospect-energy/prospect-server) featuring a steering website, doing the data modelling and more in Ruby, linked to ETL processes ran in Python. We currently...

This is less of a "this is ready to be merged", and more of an effort to reinvigorate conversation around this feature. I cobbled this together as a proof of...

only added `plugin :solid_queue` to the default puma.rb file ``` Puma starting in single mode... * Puma version: 6.6.1 ("Return to Forever") * Ruby version: ruby 3.3.6 (2024-11-05 revision 75015d4c1f)...

hi, for instance i have a job that runs every minute : - i schedule it at 1:33:00pm - it executes and schedules itself at 1:34:00pm - i deploy with...

That is, instead of linking them via the standard `process_id` (`claimed_execution.process_id` and `process.id`). The reason for this change is that we're exploring the use of Solid Queue in a multi-tenanted...