broadway
broadway copied to clipboard
A distributed systems framework used running distributable workloads.
Bumps [websockets](https://github.com/aaugustin/websockets) from 7.0 to 9.1. Changelog Sourced from websockets's changelog. 9.1 ... May 27, 2021 .. note:: **Version 9.1 fixes a security issue introduced in version 8.0.** Version 8.0...
Since we have containerized broadway API and grader, it would be a natural step to migrate the entire cluster to docker swarm (or other container orchestration system). This is mostly...
We should test that when a node reconnects, their info is sustained and they can continue from where they left.
The CI can be mostly copied over from broadway-api, but it'd be nice to have some assurance checks on each commit.
As usual, running a piece of code as root unless absolutely necessary is just good security practice. Can we have a script that creates a new user and sets up...
Assuming and giving a once over of a distributed system is good -- actually verifying it is a little better. We don't need to do this immediately, but to be...
Right now you can deploy the api after knowing a good amount about the internals, setting up mongo etc. We have codified setup in .travis.yml, but it'd be nice to...
Currently, the tests do not test the following: - The DB contents after jobs have been scheduled/executed or after courses are uploaded. - Worker node failure. We will have to...
Following up from illinois-cs241/broadway-api#58, some warnings like shadowing variable names, type mismatch warning slip by `flake8`. We should be able to catch such things and not let them slip into...