• Resolved chathu020

    (@chathu020)


    I have an infinity running process like syncing data remotely in every 2minutes. So I have added a task and that task reads the data table and process each row and call remote apis for updating. I have tested with adding 1000 rows and it hung up at about 53.
    with max execution time out.

    Then the next run also not working and whole task is hung out.
    Here are my configurations.

Viewing 3 replies - 31 through 33 (of 33 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Try setting “Handling Hung Routines” option to “Do nothing”. Then hung routines will stay so you can tell which ones are hung up.

    Thread Starter chathu020

    (@chathu020)

    I found that when there is an exception inside the function which calls by threads it hungs up the task.

    Plugin Author miunosoft

    (@miunosoft)

    Hi,

    I haven’t checked it but if it is so, you did a good finding.

    Does it solve by simply enclosing your function with try-catch blocks?

Viewing 3 replies - 31 through 33 (of 33 total)
  • The topic ‘Task hungs up’ is closed to new replies.