You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* New API and library for Checker Scripts
* Build foundation for Checker Scripts in other languages (IPC
protocol)
* Checker Scripts can be executed locally (during development) without
a dedicated Runner
* No more Checker Slaves
* Launch processes using Python multiprocessing instead of asyncio
* Scheduling of checks within a tick is different, should lead to more
even distribution
* Run Checker Scripts as different users than the Checker Master
* Lots of test cases
Closes: #1Closes: #20Closes: #33Closes: #38
Improves: #17
Improves: #27
Improves: #29
Improves: #32
Improves: #35
Writing checker scripts is currently heavily Python-specific, though there's no reason why it has to be like that. I'd wish for more language options.
Languages that come to my mind:
The text was updated successfully, but these errors were encountered: