12 lines
200 B
TOML
12 lines
200 B
TOML
worker_id = "osis_example_worker"
|
|
redis_url = "redis://localhost:6379"
|
|
db_path = "/tmp/osis_example_db"
|
|
preserve_tasks = false
|
|
|
|
[worker_type]
|
|
type = "sync"
|
|
|
|
[logging]
|
|
timestamps = true
|
|
level = "info"
|