We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c6d79 commit 23af134Copy full SHA for 23af134
README.md
@@ -1,10 +1,10 @@
1
# CodeBench worker
2
3
-The worker handles lifecycle of an execution job.
+The worker handles the lifecycle of an execution job.
4
5
- Get jobs from a RabbitMQ queue
6
- Keep a pool of microVMs warm, and send new jobs to pre-booted VM to reduce overhead
7
-- Run code execution jobs trough the [agent](https://github.com/codebench-esgi/agent)
+- Run code execution jobs through the [agent](https://github.com/codebench-esgi/agent)
8
- Update back an ephemeral RabbitMQ queue for each job with status and result
9
10
The worker uses [firecracker-go-sdk](https://github.com/firecracker-microvm/firecracker-go-sdk) to communicate with the microVMs.
0 commit comments