Skip to content

Comments

[docs] Update glossary - weekly full scan#16083

Merged
pelikhan merged 1 commit intomainfrom
main-137c44bfc59afa88
Feb 16, 2026
Merged

[docs] Update glossary - weekly full scan#16083
pelikhan merged 1 commit intomainfrom
main-137c44bfc59afa88

Conversation

@github-actions
Copy link
Contributor

Glossary Updates - 2026-02-16

Scan Type

  • Full scan (weekly - last 7 days)
  • Incremental (daily - last 24 hours)

Day of Week: Monday

Terms Added

  • Fuzzy Scheduling (Workflow Components): Natural language schedule syntax that automatically distributes workflow execution times. Added because PR Recommend weekday scheduling for daily workflows to avoid Monday backlog #16069 introduced this concept as the recommended scheduling approach, replacing explicit cron expressions.

  • Time Scattering (Advanced Features): Automatic distribution of workflow execution times across the day to reduce load spikes. Added to explain the mechanism behind fuzzy scheduling and how the compiler prevents simultaneous workflow execution.

  • Weekday Schedules (Workflow Components): Scheduled workflows configured to run only Monday-Friday. Added because PR Recommend weekday scheduling for daily workflows to avoid Monday backlog #16069 recommends daily on weekdays to avoid the "Monday wall of work" where weekend tasks create Monday backlogs.

Terms Updated

  • Cron Schedule (Workflow Components): Added cross-references to "Fuzzy Scheduling" and "Time Scattering" terms to help users understand the relationship between traditional cron syntax and the new fuzzy scheduling approach.

Sections Reorganized

  • Workflow Components: Reorganized terms in strict alphabetical order (Cron Schedule, Engine, Fuzzy Scheduling, Imports, Labels, Network Permissions, Triggers, Weekday Schedules, workflow_dispatch)
  • Advanced Features: Reorganized terms in strict alphabetical order for consistency with documentation guidelines

Changes Analyzed

Related Changes

Notes

This weekly full scan identified new scheduling terminology introduced in PR #16069. The changes emphasize best practices for distributed workflow execution and avoiding Monday backlogs. All sections were reorganized alphabetically per glossary documentation guidelines (Reference document type, information-oriented).

Documentation Build: Unable to run make build-docs in sandboxed environment due to npm restrictions. Manual validation confirms:

  • ✅ Markdown syntax is correct
  • ✅ Frontmatter is valid
  • ✅ Code blocks properly formatted
  • ✅ Cross-references are accurate
  • ✅ Alphabetical ordering maintained

CI build will validate full documentation compilation.

AI generated by Glossary Maintainer

  • expires on Feb 18, 2026, 10:24 AM UTC

Add new scheduling terminology from PR #16069:
- Fuzzy Scheduling: Natural language schedule syntax
- Time Scattering: Automatic execution time distribution
- Weekday Schedules: Monday-Friday scheduling best practice

Update Cron Schedule with cross-references to new terms.

Reorganize sections for strict alphabetical ordering:
- Workflow Components section
- Advanced Features section

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions bot added documentation Improvements or additions to documentation glossary labels Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation glossary

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant