EtienneDx / git-mentor

A git server with built-in tools for teaching programming
MIT License
2 stars 0 forks source link

Create test worker crate #19

Open EtienneDx opened 6 months ago

EtienneDx commented 6 months ago

Create a basic test worker crate, monitoring the SQS queue for incoming requests. There should be a config for the number of allowed workers and for a default timeout. The actual behavior of the test worker will be defined later.