Skip to content

Add configurable interval option to oneper cron setup #6849

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sestinj
Copy link
Contributor

@sestinj sestinj commented Jul 29, 2025

Summary by cubic

Added a new --interval option to the setup-cron command, allowing users to set a custom update interval in minutes instead of the default 10 minutes.

  • New Features
    • Users can now run oneper setup-cron --interval to choose how often automatic updates run.
    • Input is validated to ensure the interval is a positive integer.

@sestinj sestinj requested a review from a team as a code owner July 29, 2025 02:18
@sestinj sestinj requested review from tingwai and removed request for a team July 29, 2025 02:18
@sestinj sestinj requested review from Patrick-Erichsen and removed request for tingwai July 29, 2025 02:18
Copy link

⚠️ Conventional Commit Format

Your latest commit message doesn't follow the conventional commit format, but this won't block your PR from being merged. We recommend downloading this extension if you are using VS Code.

Expected Format:

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

Examples:

  • feat: add changelog generation support
  • fix: resolve login redirect issue
  • docs: update README with new instructions
  • chore: update dependencies

Valid Types:

feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert

This helps with:

  • 📝 Automatic changelog generation
  • 🚀 Automated semantic versioning
  • 📊 Better project history tracking

This is a non-blocking warning - your PR can still be merged without fixing this.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cubic analysis

No issues found across 1 file. Review in cubic

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jul 29, 2025
@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Jul 29, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants