Need solution to resolve this error: huey.exceptions.hueyexception: core_platform.worker.tasks.handle_account_change
`In my django application currently using huey queue to process tasks. Now I want to prioritise tasks in my queue based on my requirement. Found PriorityRedisHuey class in huey module. I updated my code to use PriorityRedisHuey instead of huey. I have redis server running in my system using docker.