create_python_celery_message

Function create_python_celery_message 

Source
pub fn create_python_celery_message(
    task_name: &str,
    task_id: Uuid,
    args: Vec<Value>,
    kwargs: Value,
) -> Value
Expand description

Create a Python Celery-compatible message (for testing deserialization)