Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-03-27 | 517 Bytes | |
Revision of Autograding Scheduler to Shipper _ Worker.tar.gz | 2018-03-27 | 3.9 MB | |
Revision of Autograding Scheduler to Shipper _ Worker.zip | 2018-03-27 | 4.6 MB | |
Totals: 3 Items | 8.5 MB | 0 |
Instead of 1 daemon to schedule autograding on the primary machine hosting the website, we now have 2 daemons: a shipper daemon prepare autograding tasks and a worker daemon to handle tasks.
The primary machine can be configured to only have the shipper daemon (if all autograding should be handled by other machines) or both a shipper and a worker daemon. Worker machines will only have the worker daemon.
Ssh keys will be stored on the primary machine to allow push & pull of files from each worker machine.