const TASK_ID_LEN: usize = 16;
Random task-id length, matching Synapse’s random_string(16).
random_string(16)