tangled
alpha
login
or
join now
atscan.net
/
plcbundle-rs
4
fork
atom
High-performance implementation of plcbundle written in Rust
4
fork
atom
overview
issues
pulls
pipelines
fix: add "shutdown requested" to non-retryable error list
tree.fail
4 months ago
57128288
c8c6cd93
0/1
build.yml
failed
4mo ago
+1
1 changed file
expand all
collapse all
unified
split
src
sync.rs
+1
src/sync.rs
···
889
889
"404",
890
890
"403",
891
891
"401",
892
892
+
"shutdown requested",
892
893
];
893
894
894
895
// Check for fatal patterns first