Skip to main content

batch_plan_append

Function batch_plan_append 

Source
pub fn batch_plan_append(
    queue: &mut QueueFile,
    task_ids: &[String],
    plan_items: &[String],
    now_rfc3339: &str,
    continue_on_error: bool,
) -> Result<BatchOperationResult>
Expand description

Batch append plan items to multiple tasks.

§Arguments

  • queue - The queue file to modify
  • task_ids - List of task IDs to update
  • plan_items - Plan items to append
  • now_rfc3339 - Current timestamp for updated_at
  • continue_on_error - If true, continue processing on individual failures

§Returns

A BatchOperationResult with details of successes and failures.