Send background_callback Celery message to chosen queue

Some of my callbacks are very long-running and others only run for a little while, but long enough to be background callbacks. I’d like to have two separate celery worker pools that handle these different classes of requests- is there an option to do this that I’m missing in the Dash docs?