michaeluno / Task-Scheduler

Provides a task management system for WordPress
Other
14 stars 7 forks source link

Hangs up tasks #15

Closed chathu020 closed 3 years ago

chathu020 commented 4 years ago

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. image Then the next run also not working and whole task is hung out. Here are my configurations. image please advice on this.

michaeluno commented 4 years ago

I would try increasing the Max Task Execution Time option and max execution time of PHP.

If you believe it is a bug, post the steps to reproduce it.

michaeluno commented 3 years ago

Closing due to inactivity.