This repository has been archived on 2025-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
baobab/core/worker/examples/osis_config.toml
Timur Gordon 7a652c9c3c refactor wip
2025-08-05 12:19:38 +02:00

15 lines
271 B
TOML

# 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"