mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 09:49:12 +00:00
14 lines
238 B
TOML
14 lines
238 B
TOML
![]() |
name = "queues-producer"
|
||
|
main = "./build/worker.mjs"
|
||
|
compatibility_date = "2022-05-13"
|
||
|
compatibility_flags = [
|
||
|
"streams_enable_constructors"
|
||
|
]
|
||
|
|
||
|
[[queues.producers]]
|
||
|
queue = "my-queue"
|
||
|
binding = "QUEUE"
|
||
|
|
||
|
[build]
|
||
|
command = "make build"
|