Cleanup and documentation.

This commit is contained in:
mikestefanello 2024-06-22 09:43:24 -04:00
parent 2004d6b139
commit 60a4a107ca
6 changed files with 93 additions and 151 deletions

View file

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