handle_meta_task_pulling

Function handle_meta_task_pulling 

Source
fn handle_meta_task_pulling(
    pull_task_ack: &mut bool,
    task_queue: &IcebergTaskQueue,
    max_task_parallelism: u32,
    max_pull_task_count: u32,
    request_sender: &UnboundedSender<SubscribeIcebergCompactionEventRequest>,
) -> bool
Expand description

Handle pulling new tasks from meta service Returns true if the stream should be restarted