Skip to content
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

feat: Add support for async invocations #21

Merged
merged 3 commits into from
Apr 30, 2024
Merged

feat: Add support for async invocations #21

merged 3 commits into from
Apr 30, 2024

Conversation

setu4993
Copy link
Member

@setu4993 setu4993 commented Apr 30, 2024

@setu4993 setu4993 requested a review from a team as a code owner April 30, 2024 00:37
@setu4993 setu4993 requested a review from quinn-galileo April 30, 2024 00:37
@setu4993
Copy link
Member Author

Copy link

This pull request has been linked to Shortcut Story #15660: Add async interface for invoke.

@setu4993 setu4993 requested a review from dmallon April 30, 2024 00:38
Copy link

codecov bot commented Apr 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.55%. Comparing base (03130e9) to head (9f55115).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #21   +/-   ##
=======================================
  Coverage   63.55%   63.55%           
=======================================
  Files           2        2           
  Lines         107      107           
=======================================
  Hits           68       68           
  Misses         39       39           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

project_id: Optional[UUID4] = None,
stage_name: Optional[str] = None,
stage_id: Optional[UUID4] = None,
timeout: float = timedelta(seconds=10).total_seconds(),
Copy link
Contributor

Choose a reason for hiding this comment

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

we should use const for 10 here, esp since we now use it in 2 places

Copy link
Member Author

Choose a reason for hiding this comment

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

Good tip, see 9f55115.

@setu4993 setu4993 merged commit 5977b64 into main Apr 30, 2024
9 checks passed
@setu4993 setu4993 deleted the feat/invoke-async branch April 30, 2024 02:10
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