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:
parent
f299dc4dbf
commit
78543b5223
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue