Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
joshleblanc
/
solid_queue
Public
forked from
rails/solid_queue
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
patch-1
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 17, 2025
rescue from EWOULDBLOCKWaitReadable
joshleblanc
authored
111bf85
Copy full SHA for 111bf85
Add recurring job to delete finished jobs on every hour
Show description for 6437617
rosa
committed
6437617
Copy full SHA for 6437617
Write about performance considerations when using concurrency controls
Show description for 9ae32cb
rosa
committed
9ae32cb
Copy full SHA for 9ae32cb
Commits on Jun 16, 2025
Clarify that Puma's phased restarts aren't supported for the plugin
rosa
committed
0fb7144
Copy full SHA for 0fb7144
Commits on Jun 13, 2025
Gracefully fail claimed executions even if the supervisor process was pruned
Show description for 9f12681
jeremy
authored and
rosa
committed
9f12681
Copy full SHA for 9f12681
Commits on Jun 10, 2025
Support Active Job Continuations
Show description for 9bd2a1b
djmb
authored and
rosa
committed
9bd2a1b
Copy full SHA for 9bd2a1b
Commits on Apr 20, 2025
Bump solid_queue to 1.1.5
rosa
committed
0ee21e4
Copy full SHA for 0ee21e4
Go back to using the original, self-pipe based implementation of interruptible
Show description for 4c3efc9
rosa
committed
4c3efc9
Copy full SHA for 4c3efc9
Commits on Apr 18, 2025
Release concurrency locks when supervisor fails the jobs handled by workers (#547)
Show description for 95dc9b4
nerisa
authored
95dc9b4
Copy full SHA for 95dc9b4
Commits on Mar 24, 2025
Improve README with extra info about concurrency (#520)
cedricpim
authored
9161da0
Copy full SHA for 9161da0
Order by `concurrency_key` before distinct
Show description for b022dae
andyundso
authored and
rosa
committed
b022dae
Copy full SHA for b022dae
Commits on Mar 17, 2025
Bump solid_queue to 1.1.4
rosa
committed
3a71660
Copy full SHA for 3a71660
Commits on Mar 14, 2025
Have all processes yield self to lifecycle hooks (#516)
Th3-M4jor
authored
a9ee00a
Copy full SHA for a9ee00a
Pass job.id to the executing job as provider_job_id for access within perform() (#529)
Show description for 2fe1b3e
brendon
authored
2fe1b3e
Copy full SHA for 2fe1b3e
Commits on Feb 18, 2025
Add missing parenthesis
elia
authored and
rosa
committed
ca81cc0
Copy full SHA for ca81cc0
Commits on Feb 17, 2025
Fix README queues config value to array
ristovskiv
authored and
rosa
committed
0a6c3b6
Copy full SHA for 0a6c3b6
Commits on Feb 3, 2025
feat: add on_exit hook
ThomasCrambert
authored and
rosa
committed
9cd6bc3
Copy full SHA for 9cd6bc3
Commits on Jan 28, 2025
Remove duplicate frozen_string_literal
biow0lf
authored and
rosa
committed
cb5d230
Copy full SHA for cb5d230
Bump solid_queue to 1.1.3
rosa
committed
c46b6de
Copy full SHA for c46b6de
Remove specific Gemfile and testing for Ruby 3.1.6
Show description for f8b309e
rosa
committed
f8b309e
Copy full SHA for f8b309e
Address Ruby 3.4 frozen string warnings and improve flaky tests
rosa
committed
5fe24d2
Copy full SHA for 5fe24d2
Call previous `on_thread_error` when silencing exceptions
Show description for 8d9e7bb
rosa
committed
8d9e7bb
Copy full SHA for 8d9e7bb
Try setting `zeitwerk 2.6.0` as development dependency in general
rosa
committed
6dee786
Copy full SHA for 6dee786
Add a couple of minor style changes
rosa
committed
5e6fa6d
Copy full SHA for 5e6fa6d
Go back to explicit method definitions for lifecycle hooks
Show description for 96c9fbb
rosa
committed
96c9fbb
Copy full SHA for 96c9fbb
Document new lifecycle hooks for dispatcher and scheduler
Show description for 378107c
rosa
committed
378107c
Copy full SHA for 378107c
Merge pull request #496 from ikyn-inc/fix-issue-482
Show description for 2bc05ed
rosa
authored
2bc05ed
Copy full SHA for 2bc05ed
Add lifecycle hooks to Dispatcher and Scheduler
Show description for dd2f0fe
hms
authored and
rosa
committed
dd2f0fe
Copy full SHA for dd2f0fe
Require Ruby v3.1+
Show description for 44e4be2
allard
authored and
rosa
committed
44e4be2
Copy full SHA for 44e4be2
Commits on Jan 24, 2025
Test all SQ supported Rubies
Show description for d3faa24
hms
committed
d3faa24
Copy full SHA for d3faa24
Fixes issue #482: Work with < Rubies 3.2
Show description for d82e39c
hms
committed
d82e39c
Copy full SHA for d82e39c
Corrects a minor bug in ScheduledExecution
Show description for b197a9a
hms
committed
b197a9a
Copy full SHA for b197a9a
Add missing entry in README's ToC
rosa
committed
2286ecd
Copy full SHA for 2286ecd
Commits on Jan 20, 2025
Make instrumentation test for polling less flaky
rosa
committed
e470071
Copy full SHA for e470071
Remove scheduling methods from Dispatcher
Show description for 8e2cebd
rosa
committed
8e2cebd
Copy full SHA for 8e2cebd
Pagination
Previous
Next
You can’t perform that action at this time.