Hermes Agent
f84db42a32
fix(cron): deduplicate cross-profile jobs in GET /api/cron/jobs
...
profile=all aggregated every profile's list without deduplication, so a job
copied into a second profile's cron/jobs.json during profile creation appeared
twice — inflating the desktop sidebar count and rendering duplicate rows.
Collect all jobs first, then resolve duplicates by id with default-profile
priority, instead of keeping whichever copy the profile loop happened to append
first. cron.jobs._normalize_job_record() fills a missing id with the literal
sentinel string "unknown", which is truthy — treat it like no id so two
genuinely different id-less legacy records from different profiles are never
collapsed into one.
Fixes #51721
Salvaged from #69132 by @ygd58 (kept its dedup semantics and regression tests,
ported onto the web_routers/cron.py seam after the web_server refactor).
Co-authored-by: ygd58 <buraysandro9@gmail.com >
2026-09-25 18:28:06 -05:00
..
2026-09-24 06:55:33 -04:00
2026-09-25 14:22:12 -04:00
2026-09-23 11:41:01 -04:00
2026-09-24 23:49:18 -04:00
2026-09-25 18:28:06 -05:00
2026-09-24 14:47:06 -04:00
2026-09-24 14:08:22 -04:00
2026-09-24 06:03:29 -04:00
2026-09-23 12:02:05 -04:00
2026-09-25 17:57:38 -05:00
2026-09-23 11:41:01 -04:00
2026-09-23 19:51:34 -04:00
2026-09-25 00:00:09 -04:00
2026-09-21 00:58:39 -04:00
2026-09-22 09:55:47 -04:00
2026-09-24 02:03:59 -04:00
2026-09-21 09:55:40 -07:00
2026-09-25 21:27:06 +05:30
2026-09-21 19:08:19 -04:00
2026-09-23 11:41:01 -04:00
2026-09-24 18:06:48 +05:30
2026-09-20 14:29:39 -07:00
2026-09-25 21:27:06 +05:30
2026-09-21 13:26:17 -04:00
2026-09-20 18:21:34 -07:00
2026-09-20 18:29:22 -07:00
2026-09-21 09:55:40 -07:00
2026-09-25 14:25:16 -05:00
2026-09-21 02:47:48 -04:00
2026-09-24 08:51:52 -04:00
2026-09-20 18:20:44 -07:00
2026-09-24 02:03:59 -04:00
2026-09-25 14:22:12 -04:00
2026-09-24 01:40:31 -04:00
2026-09-25 12:07:32 -05:00
2026-09-24 01:55:51 -04:00
2026-09-21 05:06:45 -07:00
2026-09-21 10:04:32 +05:30
2026-09-24 01:55:51 -04:00
2026-09-24 22:32:57 +05:30
2026-09-25 13:49:31 -05:00
2026-09-21 00:58:39 -04:00
2026-09-20 13:35:09 -07:00
2026-09-23 15:26:34 -04:00
2026-09-24 22:32:57 +05:30
2026-09-22 13:57:51 +05:30
2026-09-25 21:27:06 +05:30
2026-09-20 13:55:03 -07:00
2026-09-24 13:13:35 -04:00
2026-09-23 10:05:40 -07:00
2026-09-23 22:22:32 +05:30
2026-09-23 17:09:54 -07:00
2026-09-23 17:09:54 -07:00
2026-09-24 13:10:14 -04:00
2026-09-23 22:05:49 +00:00
2026-09-21 00:58:39 -04:00
2026-09-24 00:17:13 -07:00
2026-09-23 22:05:49 +00:00
2026-09-24 00:17:13 -07:00
2026-09-20 10:52:54 -07:00
2026-09-25 21:27:06 +05:30
2026-09-21 01:06:02 -07:00
2026-09-25 17:57:38 -05:00
2026-09-23 19:51:34 -04:00
2026-09-24 06:08:20 -04:00
2026-09-20 15:17:49 +05:30
2026-09-23 15:05:44 -07:00
2026-09-24 09:20:50 -04:00
2026-09-20 20:13:33 -07:00
2026-09-23 15:26:34 -04:00
2026-09-22 09:55:47 -04:00
2026-09-22 01:07:59 -07:00
2026-09-21 10:11:19 -07:00
2026-09-23 10:43:45 -04:00
2026-09-24 08:51:52 -04:00
2026-09-21 19:08:19 -04:00
2026-09-24 08:51:52 -04:00
2026-09-24 01:55:51 -04:00
2026-09-21 00:58:39 -04:00
2026-09-21 18:53:36 -07:00
2026-09-23 11:41:01 -04:00
2026-09-23 15:26:34 -04:00
2026-09-23 10:42:18 -04:00
2026-09-25 12:01:44 -05:00
2026-09-21 10:11:19 -07:00
2026-09-23 15:26:34 -04:00
2026-09-23 10:58:15 -07:00
2026-09-23 10:58:15 -07:00
2026-09-23 08:25:28 -07:00
2026-09-23 07:48:32 -07:00
2026-09-21 00:58:39 -04:00
2026-09-25 12:01:44 -05:00
2026-09-25 14:15:22 -04:00
2026-09-20 10:44:52 -07:00
2026-09-21 18:56:56 -04:00
2026-09-25 14:22:12 -04:00
2026-09-23 18:29:35 -05:00
2026-09-24 22:25:06 +05:30
2026-09-24 07:39:33 -04:00
2026-09-24 08:51:52 -04:00
2026-09-24 11:50:30 -04:00
2026-09-20 10:41:25 -07:00
2026-09-22 05:16:50 -04:00
2026-09-22 13:41:11 +05:30
2026-09-20 18:43:59 -07:00
2026-09-22 13:41:11 +05:30
2026-09-25 14:22:12 -04:00
2026-09-23 08:09:47 -07:00
2026-09-23 11:41:01 -04:00
2026-09-23 15:26:34 -04:00
2026-09-21 23:47:51 -07:00
2026-09-25 14:22:12 -04:00
2026-09-25 14:22:12 -04:00
2026-09-21 19:08:19 -04:00
2026-09-23 10:43:45 -04:00
2026-09-25 16:28:14 -05:00
2026-09-25 16:57:57 -04:00
2026-09-24 04:27:31 -05:00
2026-09-24 01:55:51 -04:00
2026-09-25 17:57:38 -05:00
2026-09-20 16:41:21 +05:30
2026-09-25 17:57:38 -05:00
2026-09-23 15:26:34 -04:00
2026-09-22 18:01:46 -04:00
2026-09-22 22:00:24 +00:00
2026-09-25 15:01:16 -04:00
2026-09-24 11:50:30 -04:00
2026-09-23 07:49:35 -07:00
2026-09-23 10:52:20 -04:00
2026-09-24 14:08:21 -04:00
2026-09-21 23:47:51 -07:00
2026-09-23 11:41:01 -04:00
2026-09-21 19:08:19 -04:00
2026-09-25 21:27:06 +05:30
2026-09-25 12:07:32 -05:00
2026-09-25 12:07:32 -05:00
2026-09-25 14:25:16 -05:00
2026-09-20 14:02:17 +05:30
2026-09-24 09:40:41 -04:00
2026-09-25 13:20:26 -04:00
2026-09-22 13:57:51 +05:30
2026-09-23 06:46:02 -07:00
2026-09-24 16:17:47 -04:00
2026-09-22 22:00:24 +00:00
2026-09-23 09:26:07 +05:30
2026-09-25 14:22:12 -04:00
2026-09-22 05:16:50 -04:00
2026-09-24 02:03:03 -07:00
2026-09-22 05:16:50 -04:00
2026-09-24 05:10:12 -04:00
2026-09-25 14:22:12 -04:00
2026-09-23 12:45:32 +05:30
2026-09-23 07:09:45 -07:00
2026-09-24 14:08:21 -04:00
2026-09-24 11:50:29 -04:00
2026-09-24 14:08:21 -04:00
2026-09-24 11:50:29 -04:00
2026-09-24 11:50:29 -04:00
2026-09-25 21:19:04 +05:30
2026-09-24 11:50:29 -04:00
2026-09-25 21:19:04 +05:30
2026-09-24 11:50:29 -04:00
2026-09-25 21:19:04 +05:30
2026-09-22 05:16:50 -04:00
2026-09-22 01:19:12 -07:00
2026-09-22 17:16:00 +05:30
2026-09-22 13:03:25 -04:00
2026-09-23 11:41:01 -04:00
2026-09-25 14:22:12 -04:00
2026-09-22 05:16:50 -04:00
2026-09-22 05:16:50 -04:00
2026-09-24 14:08:21 -04:00
2026-09-25 14:22:12 -04:00
2026-09-24 11:58:45 -04:00
2026-09-24 16:17:16 -04:00
2026-09-25 00:00:09 -04:00
2026-09-25 12:09:37 -05:00
2026-09-22 01:07:59 -07:00
2026-09-23 05:37:40 -07:00
2026-09-24 06:14:42 -04:00
2026-09-23 05:37:40 -07:00
2026-09-23 15:26:34 -04:00
2026-09-25 14:25:16 -05:00
2026-09-23 07:36:31 -04:00
2026-09-20 12:51:30 -07:00
2026-09-21 00:58:39 -04:00
2026-09-23 12:58:33 -04:00
2026-09-23 19:51:34 -04:00
2026-09-20 11:19:50 -07:00
2026-09-24 09:40:09 -04:00
2026-09-25 00:00:09 -04:00
2026-09-24 11:50:30 -04:00
2026-09-24 12:30:00 -04:00
2026-09-23 22:22:32 +05:30
2026-09-23 15:43:51 -07:00
2026-09-25 10:46:54 -05:00
2026-09-24 18:08:24 +05:30
2026-09-23 22:22:32 +05:30
2026-09-23 10:43:45 -04:00
2026-09-23 01:25:04 +05:30
2026-09-24 17:59:37 +05:30
2026-09-24 08:51:52 -04:00
2026-09-22 07:05:11 -04:00
2026-09-21 01:06:02 -07:00
2026-09-25 14:22:12 -04:00
2026-09-24 11:50:30 -04:00
2026-09-24 02:03:58 -04:00
2026-09-24 14:23:48 -04:00
2026-09-23 22:05:57 -04:00
2026-09-25 14:22:12 -04:00
2026-09-23 18:29:35 -05:00
2026-09-23 11:00:15 -04:00
2026-09-24 11:12:27 -04:00
2026-09-21 19:08:19 -04:00
2026-09-24 02:03:59 -04:00
2026-09-21 00:58:39 -04:00
2026-09-22 22:24:31 +00:00
2026-09-24 16:17:16 -04:00
2026-09-24 16:17:47 -04:00
2026-09-20 12:44:48 -07:00
2026-09-25 18:08:49 -05:00
2026-09-25 12:09:37 -05:00
2026-09-21 22:02:46 -04:00
2026-09-24 14:08:22 -04:00
2026-09-25 14:22:12 -04:00
2026-09-23 18:48:33 -05:00
2026-09-25 12:09:37 -05:00
2026-09-24 05:03:23 -04:00
2026-09-24 23:52:31 -04:00
2026-09-21 01:57:31 -07:00
2026-09-22 05:16:50 -04:00
2026-09-25 14:15:22 -04:00
2026-09-24 14:08:22 -04:00
2026-09-25 00:00:09 -04:00
2026-09-24 14:08:22 -04:00
2026-09-23 11:41:01 -04:00
2026-09-23 05:36:30 -07:00
2026-09-23 06:51:47 -07:00
2026-09-21 10:51:15 -04:00
2026-09-25 12:09:37 -05:00
2026-09-25 14:22:12 -04:00
2026-09-25 01:21:28 -04:00
2026-09-23 10:43:45 -04:00
2026-09-25 12:01:44 -05:00
2026-09-20 10:07:50 -04:00
2026-09-21 19:32:37 -04:00
2026-09-22 15:55:23 +05:30
2026-09-20 10:21:52 -07:00
2026-09-25 00:00:09 -04:00
2026-09-25 14:22:12 -04:00
2026-09-23 03:25:06 -07:00
2026-09-22 05:16:50 -04:00
2026-09-23 15:26:34 -04:00
2026-09-23 11:00:15 -04:00
2026-09-25 12:01:44 -05:00
2026-09-24 11:50:30 -04:00
2026-09-23 06:46:02 -07:00
2026-09-23 01:16:41 -07:00
2026-09-23 11:41:01 -04:00
2026-09-25 17:18:06 -05:00
2026-09-23 06:46:02 -07:00
2026-09-21 02:56:31 -07:00
2026-09-25 12:09:37 -05:00
2026-09-25 12:09:37 -05:00
2026-09-23 21:55:59 -04:00
2026-09-21 14:13:07 -04:00
2026-09-24 15:38:22 +05:30
2026-09-23 19:51:34 -04:00