Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
ISPConfig 3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 1,574
    • Issues 1,574
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 31
    • Merge Requests 31
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #1546

Closed
Open
Opened Sep 06, 2011 by enavn@enavn
  • Report abuse
  • New issue
Report abuse New issue

Warning when creating crob jobs

We have had some problems with customers, who made cron jobs like this:

  • 9 * * *

This means, that the cron job runs every minute, at 9 'o clock, which usually isn't what the customer would want. Instead it should have looked like this:

0 9 * * *

Therefore we'd like to suggest the making of a simple warning message, that states the fact that the cron job will run every minute of the chosen hour, rather than once. Perhaps it could actually display a small example, just like my second 'copy paste' of the cron job.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
2
Labels
3.0.3.3 Feature Request
Assign labels
  • View project labels
Reference: ispconfig/ispconfig3#1546