Commit 32cd75d
committed
fix(queue): complete #5021's cron-path fix -- the fan-out dispatcher itself was still isRegistered-gated
#5021 retargeted the two downstream entry points
(backfillRegisteredRepositories, enqueueRepositoryOpenDataBackfill) from
isRegistered to isInstalled, but never touched the actual candidate-
selection step for the periodic (30-min) cron sweep: processJob's
"backfill-registered-repos" no-repoFullName branch in job-dispatch.ts
still filtered listRepositories() on isRegistered before ever dispatching
a per-repo job.
An installed-but-not-subnet-registered repo therefore never got a
per-repo backfill job enqueued for it in the first place -- #5021's fix
never actually took effect on the real cron path, only on direct/API-
triggered single-repo calls. Found via a full-codebase audit of
remaining isRegistered call sites after #5021 merged.
Part of #50161 parent 21d13b2 commit 32cd75d
3 files changed
Lines changed: 39 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
78 | 83 | | |
79 | | - | |
| 84 | + | |
80 | 85 | | |
81 | 86 | | |
82 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3131 | 3131 | | |
3132 | 3132 | | |
3133 | 3133 | | |
3134 | | - | |
| 3134 | + | |
3135 | 3135 | | |
3136 | 3136 | | |
| 3137 | + | |
| 3138 | + | |
| 3139 | + | |
3137 | 3140 | | |
3138 | 3141 | | |
| 3142 | + | |
3139 | 3143 | | |
3140 | 3144 | | |
3141 | 3145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | | - | |
| 681 | + | |
682 | 682 | | |
683 | 683 | | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
684 | 687 | | |
685 | 688 | | |
686 | 689 | | |
| |||
691 | 694 | | |
692 | 695 | | |
693 | 696 | | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
694 | 721 | | |
695 | 722 | | |
696 | 723 | | |
| |||
0 commit comments