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

Refactor standalone struct service. Get rid of unnecessary Indigo-worker creation. #1801

Closed
evgeniiFrolov1 opened this issue Oct 28, 2022 · 0 comments
Assignees
Milestone

Comments

@evgeniiFrolov1
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Indigo worker is terminated and recreated every single API call.
This is the reason why API call to wasm module take extremely long time.

Describe the solution you'd like
The main idea of the issue is to create indigo worker one to avoid unnecessary wasm module sending and re-compilation.

@evgeniiFrolov1 evgeniiFrolov1 self-assigned this Oct 28, 2022
@evgeniiFrolov1 evgeniiFrolov1 added this to the Release 2.7.0 milestone Oct 28, 2022
@Nitvex Nitvex assigned Nitvex and unassigned evgeniiFrolov1 Oct 28, 2022
evgeniiFrolov1 added a commit that referenced this issue Nov 8, 2022
#1801 Refactor standalone struct service. Get rid of unnecessary Indigo-worker creation.
@Nitvex Nitvex modified the milestones: Release 2.6.1, Release 2.7.0 Nov 10, 2022
@Nitvex Nitvex closed this as completed Nov 24, 2022
@Nitvex Nitvex added the rc.1 label Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants