feat(minor): add support for custom queue monitoring in rq job list by phot0n [frappe] PR#34790
From: https://github.com/frappe/frappe/pull/34790
Date: 2025-11-21 15:38:29+05:30
- feat(minor): add support for custom queue monitoring in rq job list (#34790)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-34790
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-34790
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease