Lines Matching refs:start_date
1619 def create_recurring_job(self, start_date, loop_period, loop_count, owner):
1622 @param start_date: The starting date of the job.
1627 rec = RecurringRun(job=self, start_date=start_date,
1982 start_date: Run the job at scheduled date
1990 start_date = dbmodels.DateTimeField()
2002 self.job.id, self.start_date, self.loop_period, self.loop_count)