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
.
apify
/
apify-sdk-python
Public
Notifications
You must be signed in to change notification settings
Fork
27
Star
175
Code
Issues
8
Pull requests
2
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
fix(scrapy): async-thread startup race, shutdown lifecycle, and timeout setting
- #979
#979
Merged
vdusek
merged 14 commits into
master
apify/apify-sdk-python:master
from
fix/async-thread-startup-race
apify/apify-sdk-python:fix/async-thread-startup-race
Copy head branch name to clipboard
Jun 18, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
fix(scrapy): async-thread startup race, shutdown lifecycle, and timeout setting
#979
vdusek
merged 14 commits into
master
apify/apify-sdk-python:master
from
fix/async-thread-startup-race
apify/apify-sdk-python:fix/async-thread-startup-race
Copy head branch name to clipboard
Commits
Commits on Jun 12, 2026
fix: Resolve AsyncThread.run_coro startup race
vdusek
committed
5cca584
View commit details
Copy full SHA for 5cca584
Browse repository at this point
fix(scrapy): async-thread shutdown, duplicate error logs, and timeout setting
vdusek
committed
c025745
View commit details
Copy full SHA for c025745
Browse repository at this point
Merge remote-tracking branch 'origin/master' into fix/async-thread-startup-race
vdusek
committed
37aa4cb
View commit details
Copy full SHA for 37aa4cb
Browse repository at this point
Merge remote-tracking branch 'origin/master' into fix/scrapy-async-thread-lifecycle
vdusek
committed
2275ad3
View commit details
Copy full SHA for 2275ad3
Browse repository at this point
test: remove redundant section-header comments
vdusek
committed
8540470
View commit details
Copy full SHA for 8540470
Browse repository at this point
fix(scrapy): keep traceback.print_exc() on background-loop coroutine errors
vdusek
committed
50aa539
View commit details
Copy full SHA for 50aa539
Browse repository at this point
Commits on Jun 13, 2026
fix(scrapy): don't leak the async-thread event loop on cache-open failure or shutdown error
vdusek
committed
98edce2
View commit details
Copy full SHA for 98edce2
Browse repository at this point
merge: consolidate startup-race fix (#979) with lifecycle fixes (#980)
vdusek
committed
a60a55c
View commit details
Copy full SHA for a60a55c
Browse repository at this point
Commits on Jun 17, 2026
fix(scrapy): apply timeout to async-thread close, log errors via logger.exception
vdusek
committed
29ec5ff
View commit details
Copy full SHA for 29ec5ff
Browse repository at this point
refactor(scrapy): drop redundant exception object from logger.exception (TRY401)
vdusek
committed
8b7b8c4
View commit details
Copy full SHA for 8b7b8c4
Browse repository at this point
update
vdusek
committed
5e56424
View commit details
Copy full SHA for 5e56424
Browse repository at this point
refactor(scrapy): align warning/exception logging in skip and cleanup paths
vdusek
committed
4a5a77e
View commit details
Copy full SHA for 4a5a77e
Browse repository at this point
Commits on Jun 18, 2026
Address feedback
vdusek
committed
3c4a3ec
View commit details
Copy full SHA for 3c4a3ec
Browse repository at this point
docs(scrapy): explain the log-and-re-raise pattern around run_coro
vdusek
committed
83d50ec
View commit details
Copy full SHA for 83d50ec
Browse repository at this point
You can’t perform that action at this time.