What's New
Frappe fix framework

Avoid false matching custom queue name with default ones

BO @Bowrna · #40822 · merged 14 Jul 2026

Custom queue named `schedulelong` would false-match under `queue=long` via endswith check; switched to exact match.