Skip to content
#

code-executor

Here are 10 public repositories matching this topic...

roerohan
roerohan commented Sep 29, 2020

CLI to spawn Workers

The scripts used to spawn workers consist of a lot of repetitive code, it would be really useful to have a CLI instead.
The CLI could have options like:

code-executor spawn-worker --name myExecutor -n 10 --redis "redis://127.0.0.1:6379"

This spawns 10 workers on the server with the redis instance for managing the queue located at `redis://127.0.0.1:6379

Improve this page

Add a description, image, and links to the code-executor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the code-executor topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.