Uploaded image for project: 'Aurora'
  1. Aurora
  2. AURORA-957

JobConfiguration should not contain a cron schedule

    XMLWordPrintableJSON

Details

    • Story
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Scheduler, Usability
    • None

    Description

      Cron behavior is treated as a composed characteristic of a job, so therefore it should not be a trait of jobs that are not cron. Create a new struct for cron jobs:

      struct CronJobConfiguration {
        1: string schedule
        2: JobConfiguration job
      }
      

      Change cron-related RPCs to accept this type instead of JobConfiguration (with a deprecation cycle), and remove cronSchedule from JobConfiguration.

      Attachments

        Activity

          People

            Unassigned Unassigned
            wfarner Bill Farner
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: