feat(announcements): add scheduled updates every 15 minutes

Added SET_SCHEDULE directive to run the update-summary script every 15 minutes. This ensures the announcements summary stays current by regularly fetching and processing the latest news document.
This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-11-03 13:18:40 -03:00
parent f299dc4dbf
commit 78543b5223

View file

@ -1,4 +1,4 @@
SET_SCHEDULE "*/15 * * * *"
let text = GET "announcements.gbkb/news/news.pdf" let text = GET "announcements.gbkb/news/news.pdf"
let resume = LLM "Resume this document: " + text let resume = LLM "Resume this document: " + text