github flohoss/gocron v0.7.8

15 days ago

✨ New Features

  • Possibility to disable cron scheduling in config for a specific job

    jobs:
      - name: 'Disabled cron'
        envs:
          - key: SLEEP_TIME_LONG
            value: '90'
        # this will disable the scheduling for this job
        disable_cron: true
        commands:
          - sleep ${SLEEP_TIME_LONG}
          - echo "Job Done!"
  • Possibility to select jobs for run in GUI

🐛 Bug Fixes

  • Run counter would run even though the run was finished if it took only 0s

Don't miss a new gocron release

NewReleases is sending notifications on new releases.