Skip to content

Commit f7ba832

Browse files
Update src/content/compatibility-flags/queue-consumer-no-wait-waituntil.md
Co-authored-by: Greg Brimble <[email protected]>
1 parent 88b74a2 commit f7ba832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/compatibility-flags/queue-consumer-no-wait-waituntil.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default {
2424
for (let i = 0; i < batch.messages.length; ++i) {
2525
console.log(`message #${i}: ${JSON.stringify(batch.messages[i])}`);
2626
}
27-
ctx.waitUntil(sleep(60 * 1000));
27+
ctx.waitUntil(sleep(30 * 1000));
2828
}
2929
};
3030

0 commit comments

Comments
 (0)