14 lines
255 B
TOML
14 lines
255 B
TOML
### Worker 1
|
|
[[worker]]
|
|
[worker.config]
|
|
id = "worker-1"
|
|
enabled = true
|
|
timeout = 10
|
|
retries = 3
|
|
secret = "test-secret"
|
|
|
|
[worker.pypi_source]
|
|
packages = ["arcade-slack", "arcade-x", "arcade-github"]
|
|
|
|
[worker.local_source]
|
|
packages = ["./toolkits/spotify"]
|