Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# CodeBench worker

The worker handles lifecycle of an execution job.
The worker handles the lifecycle of an execution job.

- Get jobs from a RabbitMQ queue
- Keep a pool of microVMs warm, and send new jobs to pre-booted VM to reduce overhead
- 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)
- Update back an ephemeral RabbitMQ queue for each job with status and result

The worker uses [firecracker-go-sdk](https://github.com/firecracker-microvm/firecracker-go-sdk) to communicate with the microVMs.
Expand Down