Skip to content

Commit 95a45d0

Browse files
Update temporal configuration documentation for clarity
- Removed unnecessary blank lines in the schedule configuration comments to enhance readability. - Ensured that the documentation clearly outlines the weekly financial report schedule details. These changes improve the clarity and presentation of the schedule configuration documentation.
1 parent 9eb335d commit 95a45d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workers/main/src/configs/temporal.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const temporalSchema = z.object({
1717

1818
/**
1919
* Schedule Configuration Documentation
20-
*
20+
*
2121
* Weekly Financial Report Schedule:
2222
* - Schedule ID: 'weekly-financial-report-schedule'
2323
* - Cron Expression: '0 13 * * 2' (Every Tuesday at 1 PM)
@@ -26,7 +26,7 @@ export const temporalSchema = z.object({
2626
* - Task Queue: 'main-queue'
2727
* - Overlap Policy: SKIP (prevents concurrent runs)
2828
* - Catchup Window: 1 day (runs missed schedules within 24 hours)
29-
*
29+
*
3030
* The schedule is automatically created/verified when the worker starts.
3131
* See src/configs/schedules.ts for implementation details.
3232
*/

0 commit comments

Comments
 (0)