You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: