Skip to content
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

crond: add support for crontab file only (on any OS) #289

Merged
merged 8 commits into from
Mar 22, 2024

Commits on Mar 21, 2024

  1. crond: add support for crontab file only (on any OS)

    Allows to use an external scheduler that supports crontab format
    the existing crond support using crontab binary remains unchanged for linux
    jkellerer committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f630fe6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf650e1 View commit details
    Browse the repository at this point in the history
  3. added documentation

    jkellerer committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    aab4383 View commit details
    Browse the repository at this point in the history
  4. Added platform.Executable()

    jkellerer committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4069c0e View commit details
    Browse the repository at this point in the history
  5. more tests, support user column in crontab file

    also adds more config options and examples in documentation
    jkellerer committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    320f368 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f11f040 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    2913320 View commit details
    Browse the repository at this point in the history
  2. Update docs/content/schedules/_index.md

    Co-authored-by: Fred <[email protected]>
    jkellerer and creativeprojects committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    957db95 View commit details
    Browse the repository at this point in the history