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
Type
/
to 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
.
runpod
/
runpod-python
Public
Notifications
You must be signed in to change notification settings
Fork
120
Star
304
Code
Issues
56
Pull requests
17
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Allow long-running jobs to be processed as they come
- #457
#457
Open
antonije
wants to merge 9 commits into
runpod:main
runpod/runpod-python:main
from
antonije:main
antonije/runpod-python:main
Copy head branch name to clipboard
Conversation
Commits
9
聽(9)
Checks
Files changed
Open
Allow long-running jobs to be processed as they come
#457
antonije
wants to merge 9 commits into
runpod:main
runpod/runpod-python:main
from
antonije:main
antonije/runpod-python:main
Copy head branch name to clipboard
Commits
Commits on Sep 7, 2025
fix(job-runner): prevent jobs from being double-counted in queue and progress
Show description for 12c55ec
antonije
authored
12c55ec
View commit details
Copy full SHA for 12c55ec
Browse repository at this point
- Stop recreating the `job_queue` and don't set the size right away.
antonije
committed
7625d91
View commit details
Copy full SHA for 7625d91
Browse repository at this point
- Stop recreating the `job_queue` and don't set the size right away.
antonije
committed
763c843
View commit details
Copy full SHA for 763c843
Browse repository at this point
- No more blocking and waiting until a job completes, but instead prune finished tasks each tick.
antonije
committed
8d33f2e
View commit details
Copy full SHA for 8d33f2e
Browse repository at this point
- wait a bit when there are no jobs
antonije
committed
5520f0b
View commit details
Copy full SHA for 5520f0b
Browse repository at this point
- wait a bit when there are jobs
antonije
committed
b4f844d
View commit details
Copy full SHA for b4f844d
Browse repository at this point
Commits on Sep 11, 2025
- make `tasks` be a set of asyncio.Task and auto-discarded when done
Show description for 68041ce
antonije
committed
68041ce
View commit details
Copy full SHA for 68041ce
Browse repository at this point
- stop using `add_done_callback` so we can avoid mutation bugs
antonije
committed
0c3c35c
View commit details
Copy full SHA for 0c3c35c
Browse repository at this point
Commits on Apr 9, 2026
Merge branch 'main' into main
deanq
authored
7197966
View commit details
Copy full SHA for 7197966
Browse repository at this point
You can鈥檛 perform that action at this time.