{
"queue": "high_priority",
"exchange": "celery",
"routing_key": "reports",
"priority": 5,
"link": "notifications.tasks.send_notification",
"link_error": "error_handling.tasks.log_error",
"soft_time_limit": 300,
"time_limit": 600,
"is_active": true
}