vdbergh
vdbergh
Worker technologov-28cores-r345 suffers quite badly from throttling https://tests.stockfishchess.org/actions?action=failed_task&user=technologov&before=1658909315.519&max_actions=100
technologov-56cores-r101 suffers from "Finished match uncleanly". It plays no games so this suggests that cutechess is unable to start the engines (the same issue Dantist had, but in this case...
@dubslow This issue is specifically for documenting ill behaving workers. So it is best to refer to a worker by its full name (as has been done in the earlier...
A strange error started appearing with different workers "Exception FileNotFoundError at games.py:993". https://tests.stockfishchess.org/actions?action=failed_task&user=leszek&max_actions=1&before=1659850136.108 https://tests.stockfishchess.org/actions?action=failed_task&user=jcAEie&max_actions=1&before=1659849265.82 (I saw many more cases). EDIT: A quick unscientific survey seems to indicate that the error...
> `97544138` removed. :+1:
Weird errors from `ChessDBCN-16cores-24937e97` ``` Exception OSError at games.py:1129 ``` https://tests.stockfishchess.org/actions?action=failed_task&user=ChessDBCN&before=1662009711.606&max_actions=100 Line 1129 in `games.py` is ```python engines.sort(key=os.path.getmtime) ``` It seems that `os.path.getmtime` fails on an element of the list...
It can be fixed in various ways. One possibility is to set `auto_purge` to `False` if `stop_run()` is invoked as the result of user action, i.e. in the GUI or...
This may be slow without the appropriate indexes. But we’ll see.
As expected it is very slow. The indexes (created in server/utils/create_indexes.py) should have a partial filter expression `deleted=False` I think.
> > As expected it is very slow. The indexes (created in server/utils/create_indexes.py) should have a partial filter expression `deleted=False` I think. > > Something like this? > > ```diff...