@xn-intenton-z2a/agentic-lib 7.1.75 → 7.1.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -213,10 +213,10 @@ jobs:
|
|
|
213
213
|
|
|
214
214
|
const SCHEDULE_MAP = {
|
|
215
215
|
off: null,
|
|
216
|
-
weekly: '
|
|
217
|
-
daily: '
|
|
218
|
-
hourly: '
|
|
219
|
-
continuous: '
|
|
216
|
+
weekly: '15 6 * * 1',
|
|
217
|
+
daily: '15 6 * * *',
|
|
218
|
+
hourly: '15 * * * *',
|
|
219
|
+
continuous: '5,15,25,35,45,55 * * * *',
|
|
220
220
|
};
|
|
221
221
|
|
|
222
222
|
if (fs.existsSync(workflowPath)) {
|
package/package.json
CHANGED