File tree 2 files changed +4
-4
lines changed
packages/create-cloudflare/templates/queues
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ compatibility_date = "<TBD>"
4
4
5
5
# Bind a Queue producer. Use this binding to schedule an arbitrary task that may be processed later by a Queue consumer.
6
6
# Docs: https://developers.cloudflare.com/queues/get-started
7
- # [[queues.producers]]
7
+ [[queues .producers ]]
8
8
binding = " MY_QUEUE"
9
9
queue = " my-queue"
10
10
11
11
# Bind a Queue consumer. Queue Consumers can retrieve tasks scheduled by Producers to act on them.
12
12
# Docs: https://developers.cloudflare.com/queues/get-started
13
- # [[queues.consumers]]
13
+ [[queues .consumers ]]
14
14
queue = " my-queue"
15
15
# Optional: Configure batching and retries: https://developers.cloudflare.com/queues/learning/batching-retries/
16
16
# max_batch_size = 10
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ compatibility_date = "<TBD>"
4
4
5
5
# Bind a Queue producer. Use this binding to schedule an arbitrary task that may be processed later by a Queue consumer.
6
6
# Docs: https://developers.cloudflare.com/queues/get-started
7
- # [[queues.producers]]
7
+ [[queues .producers ]]
8
8
binding = " MY_QUEUE"
9
9
queue = " my-queue"
10
10
11
11
# Bind a Queue consumer. Queue Consumers can retrieve tasks scheduled by Producers to act on them.
12
12
# Docs: https://developers.cloudflare.com/queues/get-started
13
- # [[queues.consumers]]
13
+ [[queues .consumers ]]
14
14
queue = " my-queue"
15
15
# Optional: Configure batching and retries: https://developers.cloudflare.com/queues/learning/batching-retries/
16
16
# max_batch_size = 10
You can’t perform that action at this time.
0 commit comments