cc-libs/packages/index.json
Guillaume ARM 3b647090fa fix(ai): retry transient network timeouts during poll
A single poll GET that hit a network-level failure was treated as fatal,
aborting the whole poll after the ~60s per-call timeout instead of retrying
until poll_timeout. Network failures during polling are now transient: they
log and reschedule until the deadline. HTTP 404 and other non-200 codes stay
fatal.
2026-06-11 22:08:45 +02:00

13 lines
242 B
JSON

{
"packages": {
"trapos-core": "0.5.0",
"trapos-test": "0.2.1",
"trapos-boot": "0.3.2",
"trapos-net": "0.3.0",
"trapos-ui": "0.2.2",
"trapos-ai": "0.6.12",
"trapos-sandbox": "0.2.2",
"trapos": "0.8.14"
}
}