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
.
shotgunsoftware
/
python-api
Public
Notifications
You must be signed in to change notification settings
Fork
203
Star
319
Code
Issues
38
Pull requests
14
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
SG-20154 Add Retries on 503 Errors when uploading to S3 in Shotgun python-api
- #263
#263
Merged
NorberMV
merged 10 commits into
master
shotgunsoftware/python-api:master
from
SG-20154_Add_retries_on_503_errors_when_uploading_to_S3_in_Shotgun_Python_API
shotgunsoftware/python-api:SG-20154_Add_retries_on_503_errors_when_uploading_to_S3_in_Shotgun_Python_API
Copy head branch name to clipboard
May 31, 2022
Conversation
Commits
10
(10)
Checks
Files changed
Merged
SG-20154 Add Retries on 503 Errors when uploading to S3 in Shotgun python-api
#263
NorberMV
merged 10 commits into
master
shotgunsoftware/python-api:master
from
SG-20154_Add_retries_on_503_errors_when_uploading_to_S3_in_Shotgun_Python_API
shotgunsoftware/python-api:SG-20154_Add_retries_on_503_errors_when_uploading_to_S3_in_Shotgun_Python_API
Copy head branch name to clipboard
Commits
Commits on May 12, 2022
Add the 503 retries in the internal function who maker the S3 uploads.
NorberMV
committed
7c693de
View commit details
Copy full SHA for 7c693de
Browse repository at this point
Mock the S3 response with a expected HTTPError exception, for test 503 responses are retried when uploading to S3.
NorberMV
committed
9752807
View commit details
Copy full SHA for 9752807
Browse repository at this point
Mock the S3 response with a expected HTTPError exception, for test 503 responses are retried when uploading to S3.
NorberMV
committed
9f3db7a
View commit details
Copy full SHA for 9f3db7a
Browse repository at this point
Remove import.
NorberMV
committed
c7d8565
View commit details
Copy full SHA for c7d8565
Browse repository at this point
Fix status variable.
NorberMV
committed
bf33ac6
View commit details
Copy full SHA for bf33ac6
Browse repository at this point
Remove log comment.
NorberMV
committed
6ef92c6
View commit details
Copy full SHA for 6ef92c6
Browse repository at this point
Linting.
NorberMV
committed
265f46f
View commit details
Copy full SHA for 265f46f
Browse repository at this point
Commits on May 13, 2022
Adding side_effect parameter to the mock object.
NorberMV
committed
903fa94
View commit details
Copy full SHA for 903fa94
Browse repository at this point
Add comment in the _setup_mock() _make_upload_request definition.
NorberMV
committed
964a29d
View commit details
Copy full SHA for 964a29d
Browse repository at this point
Rename test and add expected HTTPError exception error message to the assertion.
NorberMV
committed
1178928
View commit details
Copy full SHA for 1178928
Browse repository at this point
You can’t perform that action at this time.