Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
AppsDevTeam
/
background-queue
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Issues
0
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Process waiting jobs
- #59
#59
Merged
thorewi
merged 27 commits into
master
AppsDevTeam/background-queue:master
from
processWaitingJobs
AppsDevTeam/background-queue:processWaitingJobs
Copy head branch name to clipboard
Mar 25, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
Process waiting jobs
#59
thorewi
merged 27 commits into
master
AppsDevTeam/background-queue:master
from
processWaitingJobs
AppsDevTeam/background-queue:processWaitingJobs
Copy head branch name to clipboard
Commits
Commits on Nov 17, 2025
Refactors background queue processing
Show description for 7f49f64
thorewi
committed
7f49f64
View commit details
Copy full SHA for 7f49f64
Browse repository at this point
Improves background job handling and type safety
Show description for 01b2690
thorewi
committed
01b2690
View commit details
Copy full SHA for 01b2690
Browse repository at this point
Adds exception to process method
Show description for 38cfdb8
thorewi
committed
38cfdb8
View commit details
Copy full SHA for 38cfdb8
Browse repository at this point
Appends queue name for callback jobs
Show description for e08d7c5
thorewi
committed
e08d7c5
View commit details
Copy full SHA for e08d7c5
Browse repository at this point
Sets job state to ready before publishing
Show description for 88a5052
thorewi
committed
88a5052
View commit details
Copy full SHA for 88a5052
Browse repository at this point
Adds recurring background job functionality
Show description for 140dad6
thorewi
committed
140dad6
View commit details
Copy full SHA for 140dad6
Browse repository at this point
Adds DBAL exception to cloneAndPublish
Show description for bb6acd0
thorewi
committed
bb6acd0
View commit details
Copy full SHA for bb6acd0
Browse repository at this point
Replaces boolean flags with ModeEnum
Show description for a16af6a
thorewi
committed
a16af6a
View commit details
Copy full SHA for a16af6a
Browse repository at this point
Refactors background queue table schema.
Show description for 75c0fa8
thorewi
committed
75c0fa8
View commit details
Copy full SHA for 75c0fa8
Browse repository at this point
Specifies length for the mode column.
Show description for dca38b2
thorewi
committed
dca38b2
View commit details
Copy full SHA for dca38b2
Browse repository at this point
Simplifies parameter handling in BackgroundJob
Show description for f632ef5
thorewi
committed
f632ef5
View commit details
Copy full SHA for f632ef5
Browse repository at this point
Handles non-JSONable parameters for background jobs
Show description for 33e6100
thorewi
committed
33e6100
View commit details
Copy full SHA for 33e6100
Browse repository at this point
Renames JsonException for clarity
Show description for e8e7050
thorewi
committed
e8e7050
View commit details
Copy full SHA for e8e7050
Browse repository at this point
Exposes method to fetch unfinished job identifiers
Show description for 709f4c5
thorewi
committed
709f4c5
View commit details
Copy full SHA for 709f4c5
Browse repository at this point
Refactors queue naming and consumption
Show description for 6357dca
thorewi
committed
6357dca
View commit details
Copy full SHA for 6357dca
Browse repository at this point
Refactors queue naming logic to Manager
Show description for 3ed191d
thorewi
committed
3ed191d
View commit details
Copy full SHA for 3ed191d
Browse repository at this point
Removes nullable queue from consumer
Show description for 27aa26f
thorewi
committed
27aa26f
View commit details
Copy full SHA for 27aa26f
Browse repository at this point
Allows null parameters for background jobs
Show description for b8fbe47
thorewi
committed
b8fbe47
View commit details
Copy full SHA for b8fbe47
Browse repository at this point
Removes redundant process waiting jobs trigger
Show description for e4bdc73
thorewi
committed
e4bdc73
View commit details
Copy full SHA for e4bdc73
Browse repository at this point
Reschedules recurring jobs on completion
Show description for c5f1c9f
thorewi
committed
c5f1c9f
View commit details
Copy full SHA for c5f1c9f
Browse repository at this point
Fixes job re-publishing logic
Show description for f43e642
thorewi
committed
f43e642
View commit details
Copy full SHA for f43e642
Browse repository at this point
Refactors background job processing
Show description for d6b483a
thorewi
committed
d6b483a
View commit details
Copy full SHA for d6b483a
Browse repository at this point
Commits on Nov 18, 2025
Adds updated_at field to BackgroundJob entity
Show description for 5c36e74
thorewi
committed
5c36e74
View commit details
Copy full SHA for 5c36e74
Browse repository at this point
Sets default value for 'updated_at' column
Show description for 87226ba
thorewi
committed
87226ba
View commit details
Copy full SHA for 87226ba
Browse repository at this point
Initializes updated at field on job creation
Show description for 01cabc3
thorewi
committed
01cabc3
View commit details
Copy full SHA for 01cabc3
Browse repository at this point
Commits on Nov 20, 2025
Updates entity only if in ready state
Show description for cc5fc1c
thorewi
committed
cc5fc1c
View commit details
Copy full SHA for cc5fc1c
Browse repository at this point
Commits on Dec 19, 2025
Simplifies job fetching logic
Show description for 70b6cfc
thorewi
committed
70b6cfc
View commit details
Copy full SHA for 70b6cfc
Browse repository at this point
You can’t perform that action at this time.