fix(rq_job): resolve deprecation warning by akhilnarang [frappe] PR#23784
From: https://github.com/frappe/frappe/pull/23784
Date: 2023-12-14 15:22:26+05:30
- fix(rq_job): resolve deprecation warning (#23784)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-23784
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease