Custom schedule is not working

Custom schedule is not working

Hi guys,

I scheduled a task to update daily with below code:
       start = "2018-08-12 18:15:00"
      frequency = daily
      on start
            {
                  actions
                   {
                      on load
                                 (
                                             thisapp.jobready_integration.jobready(1);
                                 )
                     }
          }

But its not running daily.