Uploaded image for project: 'In-Portal CMS'
  1. In-Portal CMS
  2. INP-1103

Create cron-like interface for scheduled tasks

    XMLWordPrintable

    Details

      Description

      Field "Run Interval" of scheduled tasks doesn't seem to be pretty handy, since it doesn't allow to specify exact time when a scheduled task should be executed.

      I'm proposing to use native crontab format: http://en.wikipedia.org/wiki/Cron , where it has 5 numbers:
      min (0 - 59)
      hour (0 - 23)
      day of month (1 - 31)
      month (1 - 12)
      day of week (0 - 7) (Sunday=0 or 7)
      For example "0 * * * " will mean, that job should be executed every hour. And "/5 * * * *" will mean to run this job every 5 minutes. This is way better, then specifying seconds on every corner.

      We also need to create fancy control with 5 input boxes or so to ease input process.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                alex Alex
                Reporter:
                alex Alex
                Developer:
                Alex
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: