Skip to content

add timeout flag#58

Merged
charmingduchess merged 4 commits intomainfrom
noref-add-timeout
Apr 14, 2026
Merged

add timeout flag#58
charmingduchess merged 4 commits intomainfrom
noref-add-timeout

Conversation

@charmingduchess
Copy link
Copy Markdown
Contributor

Sierra token requests are taking a very long time, and causing our lambdas to timeout. Adding a timeout param so the requests fail before the lambda spins down.

@charmingduchess charmingduchess requested review from yossariano and removed request for tatianacrainenypl April 14, 2026 19:50

def __init__(self, client_id=None, client_secret=None, base_url=None,
token_url=None, with_retries=False):
token_url=None, with_retries=False, timeoutInSeconds=None):
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry to be a curmudgeon but can we match variable name format i.e. timeout_in_seconds

@charmingduchess charmingduchess merged commit 2bfea10 into main Apr 14, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants