Files
picoclaw/pkg/tools
yinwm 82856bc57a feat(cron): add configurable execution timeout for cron jobs
Add a new configuration option `exec_timeout_minutes` under the `tools.cron`
section to control the maximum execution time for cron jobs. The default
timeout is set to 5 minutes, which is appropriate for LLM operations.

The configuration can be set in the config file or via the
`PICOCLAW_TOOLS_CRON_EXEC_TIMEOUT_MINUTES` environment variable. A value of
0 disables the timeout entirely.

This change improves system reliability by preventing cron jobs from running
indefinitely in case of unexpected failures or hanging processes.
2026-02-15 18:41:39 +08:00
..
2026-02-12 21:58:40 +08:00
2026-02-13 17:51:47 +08:00
2026-02-13 17:51:47 +08:00
2026-02-13 17:51:47 +08:00
2026-02-09 19:20:19 +08:00
2026-02-12 19:54:44 +08:00