Chestnut
Chestnut
When the archive file is locked by another program, the archive save will silently fail. Should we consider checking the return value of file operations, or replacing them with std::filesystem?...
All buildfarm histogram metrics except grpclatency is not configurable, and some of them have improper default value, especially time related metrics on large repo (`execution_time_ms,input_fetch_time_ms,queue_time_ms...`) with too small bucket (the...
无规律Crash
升级后有时会在运行中异常退出,暂时没有发现规律。 附两次crash的日志 ``` Sep 24 14:00:00 mirror mirrord[25259]: 09-24 14:00:00 [ERROR ][mirror.main ] [Errno 3] No such process Sep 24 14:00:00 mirror mirrord[25259]: Traceback (most recent call last): Sep 24...
这样当需要更新配置的时候可以减少镜像滞后的时间,如果需要完整reload的时候可以直接restart
RT,刚才发现pypi已经挂了很久但是因为不检查返回值所以一直显示success.
I want to patch a prebuilt wheel. Can we have something like `whl_patches` in rules_python?
Symbol links created by https://github.com/jvolkman/rules_pycross will be wrongly packed in the appimage. The problem is pycross' depsets only include a single dictionary, so https://github.com/lalten/rules_appimage/blob/87277aa09e2b33dcacc813dd0f4db71c07e97f86/appimage/private/tool/mkappimage.py#L134 will directly add whole dictionary full...
fixes #161 Before  After 