This repo contains implementation of several Colonies executors.
| Executor | Purpose |
|---|---|
| echo | An executor that just echo back its input |
| sleep | An executor that sleeps, can be used for testings |
| kube | Kubernetes Container Executor |
| hpc | Slurm Container Executor |
| docker | Docker Container Executor |
| backup | An executor to backup PostgreSQL databases |
| Function | Description |
|---|---|
| echo | Closes the process with the input set as output |
| Function | Description |
|---|---|
| sleep | Sleep |
| Function | Description |
|---|---|
| backup | Trigger a backup |