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 }}
zigzagdev
/
queue
Public
forked from
cakephp/queue
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
queue
src
Queue
on
1.x
User selector
All users
All time
Commit history
Commits on Mar 6, 2023
Merge pull request #118 from amayer5125/database-exception
Show description for 8a0b4c7
markstory
authored
8a0b4c7
View commit details
Copy full SHA for 8a0b4c7
View code at this point
Browse repository at this point
Commits on Mar 5, 2023
Fix "sucessfully" Typo
amayer5125
committed
38b75ec
View commit details
Copy full SHA for 38b75ec
View code at this point
Browse repository at this point
Set Exception as Property on Message
Show description for 7f460ee
amayer5125
committed
7f460ee
View commit details
Copy full SHA for 7f460ee
View code at this point
Browse repository at this point
Commits on Feb 15, 2023
Catch All Throwables while Processing Message
Show description for 407fad5
amayer5125
committed
407fad5
View commit details
Copy full SHA for 407fad5
View code at this point
Browse repository at this point
Commits on Nov 26, 2022
add constructor injection support
LordSimal
committed
05c7556
View commit details
Copy full SHA for 05c7556
View code at this point
Browse repository at this point
Commits on Nov 25, 2022
add DI container support
LordSimal
committed
96ef172
View commit details
Copy full SHA for 96ef172
View code at this point
Browse repository at this point
Commits on Nov 4, 2022
Add failed jobs and requeue/delete commands
sheldonreiff
committed
2271a55
View commit details
Copy full SHA for 2271a55
View code at this point
Browse repository at this point
Commits on Mar 27, 2022
Remove Unused LogTrait
amayer5125
committed
d0313b7
View commit details
Copy full SHA for d0313b7
View code at this point
Browse repository at this point
Commits on Apr 25, 2021
Fix compatibility in PHP8
Show description for b368d86
markstory
committed
b368d86
View commit details
Copy full SHA for b368d86
View code at this point
Browse repository at this point
Commits on Aug 23, 2020
Fix psalm errors.
markstory
committed
975494b
View commit details
Copy full SHA for 975494b
View code at this point
Browse repository at this point
Commits on May 25, 2020
Fix phpcs
markstory
committed
1728913
View commit details
Copy full SHA for 1728913
View code at this point
Browse repository at this point
Rename the namespace to Cake\Queue
Show description for 0fb89ce
markstory
committed
0fb89ce
View commit details
Copy full SHA for 0fb89ce
View code at this point
Browse repository at this point
Commits on Apr 23, 2020
Fixed CS errors
othercorey
committed
40ad9dd
View commit details
Copy full SHA for 40ad9dd
View code at this point
Browse repository at this point
Commits on Jan 8, 2020
fix: use correct namespace for QueueExtension
Show description for 1b4f4ac
josegonzalez
committed
1b4f4ac
View commit details
Copy full SHA for 1b4f4ac
View code at this point
Browse repository at this point
Commits on Jan 4, 2020
Add license and copyright headers to files.
Show description for 3cc3496
ADmad
committed
3cc3496
View commit details
Copy full SHA for 3cc3496
View code at this point
Browse repository at this point
Commits on Jan 3, 2020
Add missing typehints
ADmad
committed
6a636fe
View commit details
Copy full SHA for 6a636fe
View code at this point
Browse repository at this point
Fix errors reported by psalm
ADmad
committed
87257b5
View commit details
Copy full SHA for 87257b5
View code at this point
Browse repository at this point
Fix errors reported by phpstan
ADmad
committed
0a2fd72
View commit details
Copy full SHA for 0a2fd72
View code at this point
Browse repository at this point
Fix CS errors
ADmad
committed
295ac5a
View commit details
Copy full SHA for 295ac5a
View code at this point
Browse repository at this point
Commits on Dec 28, 2019
fix: sort imports
josegonzalez
committed
57dc11a
View commit details
Copy full SHA for 57dc11a
View code at this point
Browse repository at this point
refactor: move QueueManager up a namespace
josegonzalez
committed
db52299
View commit details
Copy full SHA for db52299
View code at this point
Browse repository at this point
refactor: job => message
josegonzalez
committed
f3b0379
View commit details
Copy full SHA for f3b0379
View code at this point
Browse repository at this point
chore: add a few return type hints
josegonzalez
committed
276e02a
View commit details
Copy full SHA for 276e02a
View code at this point
Browse repository at this point
chore: sort imports
josegonzalez
committed
a5b5c04
View commit details
Copy full SHA for a5b5c04
View code at this point
Browse repository at this point
Commits on Dec 27, 2019
fix: call push on correct class
josegonzalez
committed
eb58d92
View commit details
Copy full SHA for eb58d92
View code at this point
Browse repository at this point
refactor: rename Queue\Queue\JobData to Queue\Job\Message
Show description for b79835a
josegonzalez
committed
b79835a
View commit details
Copy full SHA for b79835a
View code at this point
Browse repository at this point
docs: fix indentation
josegonzalez
committed
8122401
View commit details
Copy full SHA for 8122401
View code at this point
Browse repository at this point
chore: drop unused use call
josegonzalez
committed
7d1f8bb
View commit details
Copy full SHA for 7d1f8bb
View code at this point
Browse repository at this point
feat: allow queuing events
josegonzalez
committed
c2f79f2
View commit details
Copy full SHA for c2f79f2
View code at this point
Browse repository at this point
refactor: rename Queue to QueueManager
josegonzalez
committed
8d4728f
View commit details
Copy full SHA for 8d4728f
View code at this point
Browse repository at this point
Commits on Dec 1, 2019
feat: also keep track of runtime before consume
josegonzalez
committed
0e85c2b
View commit details
Copy full SHA for 0e85c2b
View code at this point
Browse repository at this point
refactor: check runtime after every message is received
josegonzalez
committed
e2b4e3a
View commit details
Copy full SHA for e2b4e3a
View code at this point
Browse repository at this point
feat: simplify job processing logic
Show description for 55c2393
josegonzalez
committed
55c2393
View commit details
Copy full SHA for 55c2393
View code at this point
Browse repository at this point
feat: use the same logger everywhere
Show description for b75e550
josegonzalez
committed
b75e550
View commit details
Copy full SHA for b75e550
View code at this point
Browse repository at this point
refactor: correctly handle maxIterations
Show description for 01206e4
josegonzalez
committed
01206e4
View commit details
Copy full SHA for 01206e4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.