-
Couldn't load subscription status.
- Fork 5
ADDED configurable timeout for boto3 client #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
EwanValentine
wants to merge
17
commits into
master
Choose a base branch
from
hotfix/increase-boto3-timeout
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
d6c08cb
ADDED configurable timeout for boto3 client
EwanValentine 36aec6f
UPDATED to leave instances key name as is
EwanValentine 4f8fedb
UPDATED timeout and retry as appropriate integers
EwanValentine 64673c2
UPDATED README
EwanValentine 267af76
UPDATED README
EwanValentine aef80c8
UPDATED total_max_retries config
EwanValentine 1536f67
UPDATED to furnish a new release version
EwanValentine 68aaebb
UPDATED to be a release candidate
EwanValentine 2a7434b
ADDED connection timeout FIXED a few linting errors
EwanValentine 9877d07
UPDATED readme
EwanValentine 805e196
UPDATED version number
EwanValentine 91f9d8c
UPDATED version number
EwanValentine 741a86d
Update ais_service_discovery/call_service.py
21e857c
Update ais_service_discovery/call_service.py
cea1c7e
Update ais_service_discovery/call_service.py
7ec690e
Update ais_service_discovery/call_service.py
813411c
UPDATED version number
EwanValentine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| from ais_service_discovery import call | ||
|
|
||
| try: | ||
| res = call( | ||
| 'my-namespace', | ||
| 'my-service', | ||
| 'my-instance', { | ||
| 'arg': 'hello-word', | ||
| }) | ||
| print(res) | ||
| except Exception as e: | ||
| print(e) | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.