feat(automation): add scheduled minio memory sync jobs
This commit is contained in:
@@ -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_..."
|
||||
|
||||
Reference in New Issue
Block a user