Add load job configuration
This commit is contained in:
@@ -45,3 +45,12 @@ tools:
|
||||
required:
|
||||
- location
|
||||
timeout: "10s"
|
||||
|
||||
jobs:
|
||||
- name: "daily_summary"
|
||||
schedule: "0 9 * * *"
|
||||
enabled: true
|
||||
system_message: "You are an assistant."
|
||||
task: "Report the uptime on your host."
|
||||
timeout: "3m"
|
||||
max_iterations: 5 # 0 means unlimited
|
||||
|
||||
Reference in New Issue
Block a user