vdbergh

Results 27 issues of vdbergh

Instead of always waiting for the next update_task, we allow the heart beat api to stop handling a task in the worker.

Lots of tests are stopped early these days, even at `LLR=-0.5`. One should be aware that this drastically alters the error probabilities of the SPRT compared to their design values...

The update period is 1 minute. This means that when we build the main page we do not need to pull the tasks from the db, likely resulting in a...

These days it is strongly recommended that Python packages are properly type annotated so that static type checkers such as `mypy` can catch bugs at compile time. However it is...

worker update
update

With this URL https://tests.stockfishchess.org/tests/view/67843b58460e2910c51ddcc6?show_task=0 I get an uncaught javascript error and a blank screen ![image](https://github.com/user-attachments/assets/44da7d57-ad4b-4fec-afb8-80128dab9858) I don't know if it is reproducible for other people since it seems to have...

To stay up to date I adapted vtjson to work well with type annotations. This would be the new runs schema: ```python import copy import math from datetime import datetime,...