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
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 }}
OCA
/
queue
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
594
Star
269
Code
Issues
15
Pull requests
36
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
[14.0][FW] queue_job: multiple ports from 18.0
- #987
#987
Open
florentx
wants to merge 43 commits into
OCA:14.0
OCA/queue:14.0
from
camptocamp:oca-port-queue_job-18.0-to-14.0-d5fef7
camptocamp/queue:oca-port-queue_job-18.0-to-14.0-d5fef7
Copy head branch name to clipboard
Conversation
Commits
43
(43)
Checks
Files changed
Open
[14.0][FW] queue_job: multiple ports from 18.0
#987
florentx
wants to merge 43 commits into
OCA:14.0
OCA/queue:14.0
from
camptocamp:oca-port-queue_job-18.0-to-14.0-d5fef7
camptocamp/queue:oca-port-queue_job-18.0-to-14.0-d5fef7
Copy head branch name to clipboard
Commits
Commits on Sep 22, 2026
oca-port: blacklist PR(s) 715, 726, 743, 782, 775, 804, 854, 938 for queue_job
florentx
committed
bd82a70
View commit details
Copy full SHA for bd82a70
Browse repository at this point
[FIX] queue_job: indicate that run_job need a read/write connection
Show description for a6dec6a
vincent-hatakeyama
authored and
florentx
committed
a6dec6a
View commit details
Copy full SHA for a6dec6a
Browse repository at this point
[FIX] queue_job: close connection to databases without job queue
Show description for 751f2bd
sbidoul
authored and
florentx
committed
751f2bd
View commit details
Copy full SHA for 751f2bd
Browse repository at this point
[FIX] queue_job: handle exceptions in Database constructor
Show description for 0834765
sbidoul
authored and
florentx
committed
0834765
View commit details
Copy full SHA for 0834765
Browse repository at this point
[IMP] queue_job: HA job runner using session level advisory lock
sbidoul
authored and
florentx
committed
df3b2bb
View commit details
Copy full SHA for df3b2bb
Browse repository at this point
[IMP] queue_job: make sorting more explicit
sbidoul
authored and
florentx
committed
f689d5a
View commit details
Copy full SHA for f689d5a
Browse repository at this point
[IMP] queue_job: remove cron garbage collector and automatically requeue jobs in timeout
Show description for 53fa96d
AnizR
authored and
florentx
committed
53fa96d
View commit details
Copy full SHA for 53fa96d
Browse repository at this point
[FIX] queue_job: fix exception msg handling
Show description for ab8bf57
benwillig
authored and
florentx
committed
ab8bf57
View commit details
Copy full SHA for ab8bf57
Browse repository at this point
[IMP] queue_job: avoid deprecation warning about datetime utcnow()
Show description for 7a0ac6d
acsonefho
authored and
florentx
committed
7a0ac6d
View commit details
Copy full SHA for 7a0ac6d
Browse repository at this point
[IMP] queue_job: prevent invalid change of job status
florentx
committed
29be61a
View commit details
Copy full SHA for 29be61a
Browse repository at this point
[IMP] queue_job: requeue orphaned jobs
hoangtrann
authored and
florentx
committed
7ea3371
View commit details
Copy full SHA for 7ea3371
Browse repository at this point
[FIX] queue_job: fix retry mechanisme for job dependencies
Show description for ec8693f
sbidoul
authored and
florentx
committed
ec8693f
View commit details
Copy full SHA for ec8693f
Browse repository at this point
[FIX] queue_job: set exec_time readonly
sbidoul
authored and
florentx
committed
24266ab
View commit details
Copy full SHA for 24266ab
Browse repository at this point
[IMP] queue_job: use state constant in lock function
sbidoul
authored and
florentx
committed
944b921
View commit details
Copy full SHA for 944b921
Browse repository at this point
[IMP] queue_job: refactor job acquisition
Show description for 0f2c5c1
sbidoul
authored and
florentx
committed
0f2c5c1
View commit details
Copy full SHA for 0f2c5c1
Browse repository at this point
[IMP] queue_job: refactor runjob
Show description for 25060d2
sbidoul
authored and
florentx
committed
25060d2
View commit details
Copy full SHA for 25060d2
Browse repository at this point
[IMP] queue_job: convert job execution logic to class method
Show description for 25a15a7
sbidoul
authored and
florentx
committed
25a15a7
View commit details
Copy full SHA for 25a15a7
Browse repository at this point
[IMP] queue_job: take weaker locks
Show description for 9dac8ab
sbidoul
authored and
florentx
committed
9dac8ab
View commit details
Copy full SHA for 9dac8ab
Browse repository at this point
[IMP] queue_job: prevent commit during queue job execution
Show description for bdb284c
sbidoul
authored and
florentx
committed
bdb284c
View commit details
Copy full SHA for bdb284c
Browse repository at this point
[FIX] mock.patch(auto_spec=True) does not exist
Show description for 2f7d888
gurneyalex
authored and
florentx
committed
2f7d888
View commit details
Copy full SHA for 2f7d888
Browse repository at this point
Skip check of dependencies when a done job has no dependents
Show description for b163441
guewen
authored and
florentx
committed
b163441
View commit details
Copy full SHA for b163441
Browse repository at this point
Fix dependents error after retryable job error
guewen
authored and
florentx
committed
e7695d5
View commit details
Copy full SHA for e7695d5
Browse repository at this point
[FIX] queue_job: Fix TestJson
Show description for 7fc4bf8
Andrii9090-tecnativa
authored and
florentx
committed
7fc4bf8
View commit details
Copy full SHA for 7fc4bf8
Browse repository at this point
Add 'Allow Commit' option on job functions
Show description for ebefc01
guewen
authored and
florentx
committed
ebefc01
View commit details
Copy full SHA for ebefc01
Browse repository at this point
Improve documentation on allow commit
guewen
authored and
florentx
committed
2ddadb6
View commit details
Copy full SHA for 2ddadb6
Browse repository at this point
Fix missing job.env setter
Show description for 154049b
guewen
authored and
florentx
committed
154049b
View commit details
Copy full SHA for 154049b
Browse repository at this point
Add failure retry in queue job test job
guewen
authored and
florentx
committed
69d37e5
View commit details
Copy full SHA for 69d37e5
Browse repository at this point
Simplify job env management
guewen
authored and
florentx
committed
5b65e79
View commit details
Copy full SHA for 5b65e79
Browse repository at this point
Update upgrade warning link
guewen
authored and
florentx
committed
78ecac0
View commit details
Copy full SHA for 78ecac0
Browse repository at this point
[FIX] queue_job: cancel job waiting dependencies
ivantodorovich
authored and
florentx
committed
700ec61
View commit details
Copy full SHA for 700ec61
Browse repository at this point
[IMP]queue_job: only subscribe job creator if indicated via boolean method
Show description for 74af4ad
GuillemCForgeFlow
authored and
florentx
committed
74af4ad
View commit details
Copy full SHA for 74af4ad
Browse repository at this point
[FIX] queue_job: remove create/delete permissions
Show description for 4ec4689
guewen
authored and
florentx
committed
4ec4689
View commit details
Copy full SHA for 4ec4689
Browse repository at this point
[FIX] queue_job: Restore doctesting.
amh-mw
authored and
florentx
committed
b6e67df
View commit details
Copy full SHA for b6e67df
Browse repository at this point
[IMP] queue_job: Set doctest.REPORT_ONLY_FIRST_FAILURE option.
amh-mw
authored and
florentx
committed
c1447bf
View commit details
Copy full SHA for c1447bf
Browse repository at this point
[FIX] test_queue_job: also add an _unregister_hook function that reverts patches
Show description for f6486f9
thomaspaulb
authored and
florentx
committed
f6486f9
View commit details
Copy full SHA for f6486f9
Browse repository at this point
[FIX] queue_job: rebind args/kwargs lazily to the job's current cursor
Show description for ed2822b
eantones
authored and
florentx
committed
ed2822b
View commit details
Copy full SHA for ed2822b
Browse repository at this point
[IMP] queue_job: add pause option on channels
Show description for 92fa75a
guewen
authored and
florentx
committed
92fa75a
View commit details
Copy full SHA for 92fa75a
Browse repository at this point
[IMP] queue_job: Implement on fail hook
Show description for 39a3d5b
grindtildeath
authored and
florentx
committed
39a3d5b
View commit details
Copy full SHA for 39a3d5b
Browse repository at this point
[FIX] queue_job: skip on_fail when unconfigured
Show description for d221c6f
Ricardoalso
authored and
florentx
committed
d221c6f
View commit details
Copy full SHA for d221c6f
Browse repository at this point
[FIX] queue_job: test var typo
simahawk
authored and
florentx
committed
4148f14
View commit details
Copy full SHA for 4148f14
Browse repository at this point
[IMP] queue_job: Default subchannel capacity and sequential.
Show description for 6e7aa42
amh-mw
authored and
florentx
committed
6e7aa42
View commit details
Copy full SHA for 6e7aa42
Browse repository at this point
[IMP] queue_job: reduce log noise when running tests
Show description for e1505a3
simahawk
authored and
florentx
committed
e1505a3
View commit details
Copy full SHA for e1505a3
Browse repository at this point
[FIX] test_base_import_async: ensure queue.job empty before tests
florentx
committed
a8cd557
View commit details
Copy full SHA for a8cd557
Browse repository at this point
You can’t perform that action at this time.