feat(automation): add scheduled minio memory sync jobs

This commit is contained in:
William Valentin
2026-02-16 14:25:18 -08:00
parent 22f225998f
commit 21c986b671
10 changed files with 384 additions and 3 deletions
+17
View File
@@ -261,6 +261,23 @@ hooks:
# Create my daily briefing.
# Summarize today's calendar, unread/important email, and top pending tasks.
#
# # Optional scheduled MinIO -> memory synchronization
# minio_sync:
# enabled: false
# interval: "6h"
# run_on_start: false
# notify_on_success: false
# notify:
# channel: telegram
# peer: "123456789"
# tasks:
# - prefix: "knowledge/"
# namespace_base: "global/knowledge/minio"
# mode: append
# max_objects: 20
# max_chars_per_object: 8000
# force: false
#
# webhooks:
# - name: github-push
# secret: "whsec_..."