fix: salvage remaining stale queue fixes (#1754)

This commit is contained in:
Affaan Mustafa 2026-05-11 16:41:08 -04:00 committed by GitHub
parent 4e88912a58
commit c45aeee57f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 267 additions and 83 deletions

View file

@ -12,10 +12,10 @@ const PLUGIN_CACHE_SLUGS = [CURRENT_PLUGIN_SLUG, LEGACY_PLUGIN_SLUG];
const PLUGIN_ROOT_SEGMENTS = [
[CURRENT_PLUGIN_SLUG],
[CURRENT_PLUGIN_HANDLE],
['marketplace', CURRENT_PLUGIN_SLUG],
['marketplaces', CURRENT_PLUGIN_SLUG],
[LEGACY_PLUGIN_SLUG],
[LEGACY_PLUGIN_HANDLE],
['marketplace', LEGACY_PLUGIN_SLUG],
['marketplaces', LEGACY_PLUGIN_SLUG],
];
/**