Skip to content

Include smoke tests with async activity functions #249

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
davidmrdavid opened this issue Dec 19, 2020 · 1 comment
Open

Include smoke tests with async activity functions #249

davidmrdavid opened this issue Dec 19, 2020 · 1 comment
Labels
P2 Priority 2

Comments

@davidmrdavid
Copy link
Collaborator

First discussed here: #241
We should validate if async activity functions are correctly supported in the SDK.

@cgillum
Copy link
Member

cgillum commented Dec 19, 2020

It would be good to also validate the behavior of async activity functions to see if they allow running more activity functions concurrently within a single app instance. For example, by default you can only run one Python function per language worker. However, if the functions are async, does that allow us to run many concurrently, and up to the configured maxConcurrentActivityFunctions limit?

@davidmrdavid davidmrdavid self-assigned this Dec 19, 2020
@davidmrdavid davidmrdavid removed their assignment Feb 1, 2025
@AnatoliB AnatoliB added P2 Priority 2 and removed Needs: Triage 🔍 labels Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Priority 2
Projects
None yet
Development

No branches or pull requests

3 participants