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,

    Did you run the query I told you? If you run that against this Workflow  ~ 96d8d4c9-193d-a175-7cb9-5764e4121c2f (Process Workflow Tasks) ~ You will see the error message in the DB.

    So, If the ID is correct try to run this query in your DB;

    SELECT * FROM `job_queue` WHERE scheduler_id = '96d8d4c9-193d-a175-7cb9-5764e4121c2f' AND `resolution` != 'success' AND message IS NOT NULL 

    Best Regards

    Tevfik Tümer

    Developer Support Engineer

Children