pub fn queue_update(
    ctx: Context<'_, '_, '_, '_, QueueUpdate<'_>>,
    kickoff_instruction: Option<InstructionData>,
    rate_limit: Option<u64>,
    trigger: Option<Trigger>
) -> Result<()>
Expand description

Allows an owner to update the mutable properties of a queue.