Commit graph

3 commits

Author SHA1 Message Date
f1a4b4b251
Add notes for auto-serial check 2023-06-19 13:42:26 -04:00
fe7cd6d510
Finish temp algorithm, update login algorithm
All checks were successful
Basic Cargo Checks / docker-check (push) Successful in 46s
Basic Cargo Checks / docker-build (push) Successful in 3m57s
Bash often drops beginning characters in the first command sent if it is
sent too soon after being logged in. Solution is to wait 1s after
logging in
2023-06-13 15:46:09 -04:00
7cf87ee58a
Add notes for rebooting status
All checks were successful
Basic Cargo Checks / docker-build (push) Successful in 50s
Basic Cargo Checks / docker-check (push) Successful in 10m52s
Turns out, long shutdown-before-reboot is why things get desynced after
a while. There's a random thread that can wait up to 10s before dying,
and that's what causes the "drops", which are actually more akin to
"desync"s.
2023-06-12 15:02:51 -04:00