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

Return error if no instances of worker class is running #17

Open
alias-rahil opened this issue Sep 30, 2020 · 0 comments
Open

Return error if no instances of worker class is running #17

alias-rahil opened this issue Sep 30, 2020 · 0 comments
Labels
bug Something isn't working hacktoberfest Hacktoberfest 2020 help wanted Extra attention is needed

Comments

@alias-rahil
Copy link
Contributor

alias-rahil commented Sep 30, 2020

code-executor needs atleast one instance of worker class running to run the jobs. If a user tries to run a job without starting any worker instance, the promise returned by the code-executor will never resolve or reject. Need to find a way to check if any worker instances are running, if not, throw an error.

@theProgrammerDavid theProgrammerDavid added hacktoberfest Hacktoberfest 2020 bug Something isn't working help wanted Extra attention is needed labels Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest Hacktoberfest 2020 help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants