Cleanup and documentation.
This commit is contained in:
parent
2004d6b139
commit
60a4a107ca
6 changed files with 93 additions and 151 deletions
|
|
@ -32,12 +32,9 @@ database:
|
|||
testConnection: ":memory:?_journal=WAL&_timeout=5000&_fk=true"
|
||||
|
||||
tasks:
|
||||
driver: "sqlite3"
|
||||
connection: "dbs/jobs.db?_journal=WAL&_timeout=5000&_fk=true"
|
||||
testConnection: ":memory:?_journal=WAL&_timeout=5000&_fk=true"
|
||||
pollInterval: "1s"
|
||||
maxRetries: 10
|
||||
goRoutines: 1
|
||||
goroutines: 1
|
||||
|
||||
mail:
|
||||
hostname: "localhost"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue