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

Modify current realization to support concurrent processing #20

Open
2 tasks
batovpasha opened this issue Mar 18, 2022 · 1 comment
Open
2 tasks

Modify current realization to support concurrent processing #20

batovpasha opened this issue Mar 18, 2022 · 1 comment
Labels
backend enhancement New feature or request

Comments

@batovpasha
Copy link
Contributor

batovpasha commented Mar 18, 2022

Need to modify the current realization in that way it should process input string concurrently by chunks using threads(worker_threads).

The following requirements should be met:

  • Function must accept optional options object as a second parameter with threads option that has default value 2(number of threads that supports by our AWS lambdas)
  • Function must process a string in a single thread if the string is enough small(need to find that size, approximately it is ~33kb)
@batovpasha batovpasha added backend enhancement New feature or request labels Mar 18, 2022
@batovpasha
Copy link
Contributor Author

A good tool for the implementation: https://github.com/wilk/microjob.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Development

No branches or pull requests

1 participant