Skip to main content

new_task_id

Function new_task_id 

Source
pub fn new_task_id() -> String
Expand description

Build a fresh task identifier of the form tj-<10 lowercase base32>.

50 bits of entropy from the ULID random suffix → birthday-collision threshold ≈ 33 million tasks per project. The previous 6-char form only gave ~4096; old IDs remain valid since storage keys are strings.