refactor wip
This commit is contained in:
14
core/worker/examples/osis_config.toml
Normal file
14
core/worker/examples/osis_config.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
# OSIS Worker Configuration
|
||||
# Synchronous worker for system-level operations
|
||||
|
||||
worker_id = "osis_worker_1"
|
||||
redis_url = "redis://localhost:6379"
|
||||
db_path = "/tmp/osis_worker_db"
|
||||
preserve_tasks = false
|
||||
|
||||
[worker_type]
|
||||
type = "sync"
|
||||
|
||||
[logging]
|
||||
timestamps = true
|
||||
level = "info"
|
Reference in New Issue
Block a user