modal-ts
    Preparing search index...

    Type Alias QueuePutParams

    Queue.put() のオプションパラメータ

    86400000
    
    type QueuePutParams = {
        partition?: string;
        partitionTtlMs?: number;
        timeoutMs?: number;
    }
    Index

    Properties

    partition?: string

    アイテムを追加するパーティション。未設定の場合はデフォルトパーティションを使用

    partitionTtlMs?: number

    パーティションの TTL(ミリ秒)

    timeoutMs?: number

    Queue が満杯の場合の待機時間(ミリ秒)。デフォルトは無期限