Chris Lu
57ffef8543
fix(admin): skip task state files with no task data on load
...
An empty or truncated tasks/*.pb file unmarshals into a TaskStateFile
with a nil Task, and protobufToMaintenanceTask dereferenced it
immediately, panicking the whole admin process on startup. Guard the
nil case so the loader logs a warning and skips the bad file.
2026-06-26 17:36:42 -07:00
..
2026-06-14 21:44:10 -07:00
2026-03-04 00:40:40 -08:00
2026-03-04 00:40:40 -08:00
2026-03-04 22:11:07 -08:00
2026-06-14 13:55:26 -07:00
2026-03-16 15:26:02 -07:00
2026-04-01 09:22:49 -07:00
2026-05-18 20:33:16 -07:00
2026-04-26 12:25:53 -07:00
2026-04-15 22:28:54 -07:00
2025-07-30 12:38:03 -07:00
2026-06-26 17:36:42 -07:00
2026-06-11 11:04:52 -07:00
2026-06-11 11:04:52 -07:00
2026-03-16 15:26:02 -07:00
2026-02-23 19:11:17 -08:00
2026-06-14 14:17:43 -07:00
2026-04-01 09:22:49 -07:00
2026-02-07 13:27:47 -08:00
2026-04-29 10:21:03 -07:00
2026-04-29 10:21:03 -07:00
2026-04-29 10:21:03 -07:00
2025-07-12 01:13:11 -07:00
2026-03-09 11:54:32 -07:00
2026-02-23 19:11:17 -08:00
2026-03-16 15:26:02 -07:00
2026-06-14 21:44:10 -07:00
2026-06-08 13:56:02 -07:00
2026-05-08 10:33:02 -07:00
2026-05-21 02:10:27 -07:00
2026-01-26 11:28:23 -08:00
2026-04-24 22:48:41 -07:00
2026-02-13 20:28:41 -08:00
2026-06-08 13:56:02 -07:00
2026-06-14 21:44:10 -07:00
2026-06-18 22:20:56 -07:00
2026-04-03 11:20:28 -07:00
2026-06-18 22:20:56 -07:00
2026-03-13 22:49:12 -07:00
2026-06-08 15:01:02 -07:00
2026-06-08 15:01:02 -07:00
2026-03-18 13:20:55 -07:00
2026-05-24 14:09:02 -07:00