scheduler Problem - Last successful never

Hi,

scheduler not working ..

scheduler job Log is done every minutes ..

But Last Successful Run: Never

??

Tevfik Tümer

Parents Reply
  • Hi Mehul,

    Okay, Lets clarify this. If you see status from UI, you will see done but that doesn't mean it is done with success.

    Note your scheduler id and modify on query below with <SCHEDULER_ID>.

    SELECT * FROM `job_queue` WHERE scheduler_id = '<SCHEDULER_ID>' AND `resolution` != 'success' AND message IS NOT NULL
    

    Then run in your database and see message field. That should give you what is going on on that scheduler.

    Best Regards

    Tevfik Tümer

    Developer Support Engineer

Children