Commit b96a386
fix(librarian): register JanitorCleanupFavoritesTask in scribe priority (#768)
JanitorCleanupFavoritesTask was wired into janitor dispatch, nightly
queueing, and the admin task map, but missing from _SCRIBE_TASK_PRIORITY.
When the task hit the scribe queue, tuple.index() raised ValueError, the
put silently failed, and "Cleanup Orphans Favorites" stayed pending
forever.
Add it to the priority tuple and align Bookmarks/Settings ordering with
_NIGHTLY_TASK_CLASSES so the two tuples stay in sync.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent cc26dd1 commit b96a386
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
0 commit comments