How to assign a scheduled job to a custom queue?

For example, if I defined a cron job in the hooks.py file by default this job is enqueued in the default queue. But I want to enqueue this job in the custom queue that has been defined in the common_site_config.json file under the workers key.
would anyone like to please give me any hint?