mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
2 lines
1.8 KiB
JavaScript
2 lines
1.8 KiB
JavaScript
import{_ as a,o as t,c as o,ag as c}from"./chunks/framework.ePeAWSvT.js";const p=JSON.parse('{"title":"Schedule","description":"","frontmatter":{},"headers":[],"relativePath":"concepts/schedule.md","filePath":"concepts/schedule.md","lastUpdated":1771163124000}'),r={name:"concepts/schedule.md"};function l(s,e,d,i,n,u){return t(),o("div",null,[...e[0]||(e[0]=[c('<h1 id="schedule" tabindex="-1">Schedule <a class="header-anchor" href="#schedule" aria-label="Permalink to "Schedule""></a></h1><p>A <strong>schedule</strong> is a cron-based automation rule that runs bot commands at defined times.</p><h2 id="core-fields" tabindex="-1">Core Fields <a class="header-anchor" href="#core-fields" aria-label="Permalink to "Core Fields""></a></h2><ul><li><code>pattern</code>: cron expression</li><li><code>command</code>: command or task to execute</li><li><code>enabled</code>: whether the schedule is active</li><li><code>max_calls</code>: optional execution cap</li><li><code>current_calls</code>: current run count</li></ul><h2 id="why-it-matters" tabindex="-1">Why It Matters <a class="header-anchor" href="#why-it-matters" aria-label="Permalink to "Why It Matters""></a></h2><p>Schedules make bots proactive, not only reactive.<br> You can automate recurring operations like summaries, reminders, checks, and maintenance tasks.</p><h2 id="web-ui-path" tabindex="-1">Web UI Path <a class="header-anchor" href="#web-ui-path" aria-label="Permalink to "Web UI Path""></a></h2><ul><li><code>Not available in current Web UI</code></li></ul><blockquote><p>Schedule is supported by backend and CLI/API, but there is currently no dedicated schedule page in the Web UI.</p></blockquote>',9)])])}const m=a(r,[["render",l]]);export{p as __pageData,m as default};
|