does the `delaySeconds` option in `sendBatch` apply to each message in the batch? Or once for the en

does the delaySeconds option in sendBatch apply to each message in the batch? Or once for the entire batch.

E.g. if I set the delaySeconds to a minute (60) and have 5 messages in the batch, will it wait a minute and execute all 5 messages, or wait a minute and execute one, wait another minute and execute another, etc
Was this page helpful?