Skip to content

Commit

Permalink
Update README.md (#10)
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
Shubham-Rasal authored Jan 23, 2025
1 parent 76c6d79 commit 75b6969
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 75b6969

Please sign in to comment.