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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
apify
/
apify-client-python
Public
Notifications
You must be signed in to change notification settings
Fork
18
Star
98
Code
Issues
2
Pull requests
2
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
fix: Keep a failing background watcher from breaking a successful actor call
- #1027
#1027
Draft
vdusek
wants to merge 13 commits into
master
apify/apify-client-python:master
from
fix/background-watchers-break-successful-call
apify/apify-client-python:fix/background-watchers-break-successful-call
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Draft
fix: Keep a failing background watcher from breaking a successful actor call
#1027
vdusek
wants to merge 13 commits into
master
apify/apify-client-python:master
from
fix/background-watchers-break-successful-call
apify/apify-client-python:fix/background-watchers-break-successful-call
Copy head branch name to clipboard
Commits
Commits on Aug 21, 2026
fix: Keep a failing background watcher from breaking a successful actor call
vdusek
committed
57f1a39
View commit details
Copy full SHA for 57f1a39
Browse repository at this point
fix: Read the log stream handle once in StreamedLog.stop
vdusek
committed
54fbce4
View commit details
Copy full SHA for 54fbce4
Browse repository at this point
fix: Let StreamedLog.start recover from a stop that outlived its timeout
vdusek
committed
845fa0c
View commit details
Copy full SHA for 845fa0c
Browse repository at this point
fix: Report StreamedLog failures during stop instead of swallowing them
vdusek
committed
e1d688c
View commit details
Copy full SHA for e1d688c
Browse repository at this point
test: Gate the failing status poll on the log stream request instead of a request count
vdusek
committed
de0a7a4
View commit details
Copy full SHA for de0a7a4
Browse repository at this point
test: Isolate the finite stream timeout test from stop's own join bound
vdusek
committed
7b0be24
View commit details
Copy full SHA for 7b0be24
Browse repository at this point
test: Wait for the streamed log to reach its blocking read instead of sleeping
vdusek
committed
069310b
View commit details
Copy full SHA for 069310b
Browse repository at this point
docs: Tighten the comments and docstrings around the watcher and streamed log
vdusek
committed
b6d370a
View commit details
Copy full SHA for b6d370a
Browse repository at this point
test: Cover a failing status poll during actor.call against the real API
vdusek
committed
46d7202
View commit details
Copy full SHA for 46d7202
Browse repository at this point
Commits on Aug 27, 2026
Merge remote-tracking branch 'origin/master' into fix/background-watchers-break-successful-call
vdusek
committed
f94bf2c
View commit details
Copy full SHA for f94bf2c
Browse repository at this point
test: Gate the rejected status poll on a request count
vdusek
committed
b45246f
View commit details
Copy full SHA for b45246f
Browse repository at this point
docs: Note that neither Impit nor HTTPX ends a read on close
vdusek
committed
9be2002
View commit details
Copy full SHA for 9be2002
Browse repository at this point
test: Tighten the status poll failure assertions and run cleanup
vdusek
committed
ec310c1
View commit details
Copy full SHA for ec310c1
Browse repository at this point
You can’t perform that action at this time.