botserver/templates/default.gbai/default.gbot/config.csv
Rodrigo Rodriguez (Pragmatismo) aab87a8f0a feat(automation): improve cron matching and job locking
- Refactor cron matching to use individual variables for each time component with additional debug logging
- Replace SETEX with atomic SET NX EX for job locking in Redis
- Add better error handling and logging for job execution tracking
- Skip execution if Redis is unavailable or job is already held
- Add verbose flag to LLM server startup command for better logging
2025-11-03 13:52:28 -03:00

782 B

1namevalue
2server_host0.0.0.0
3server_port8080
4sites_root/tmp
5llm-keynone
6llm-urlhttp://localhost:8081
7llm-model../../../../data/llm/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf
8embedding-urlhttp://localhost:8082
9embedding-model../../../../data/llm/bge-small-en-v1.5-f32.gguf
10llm-serverfalse
11llm-server-pathbotserver-stack/bin/llm/build/bin
12llm-server-host0.0.0.0
13llm-server-port8081
14llm-server-gpu-layers0
15llm-server-n-moe0
16llm-server-ctx-size512
17llm-server-parallel6
18llm-server-cont-batchingtrue
19llm-server-mlockfalse
20llm-server-no-mmapfalse
21email-fromfrom@domain.com
22email-servermail.domain.com
23email-port587
24email-useruser@domain.com
25email-pass
26custom-serverlocalhost
27custom-port5432
28custom-databasemycustomdb
29custom-username
30custom-password