Projects does not start new thread automaticaly

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
524
Благодарностей
112
Баллы
43
I have too many tasks who end the execution and stop to work.
The new task start only If I interrupt completed task and start it again manualy.
Sorry for bad screenshot, i'm a bad mspaint user.

I have 10 threads running, 92 new repeats to do.
The project ends at 13:26.
At 13:33 the thread keeps running with nothing to do.

79229




Since execution Timeout is no more Timeout (https://zennolab.com/discussion/threads/how-to-track-errors-of-simple-true-false-blocks.93346/), there is a way to force end task after end the task?
 

nicanil

Client
Регистрация
06.03.2016
Сообщения
2 242
Благодарностей
1 804
Баллы
113
At 13:33 the thread keeps running with nothing to do.
Yes, there is issue with it. We know about this problem, developers working on fix.

For now you still can use Timeout: for example, you know, that your project executes no more than 5 minutes, you can set Timeout to 300 (300 seconds == 5 minutes) or to 400 (just in case).

I have 10 threads running, 92 new repeats to do.
But, the project uses only one thread:
79347
 
  • Спасибо
Реакции: EtaLasquera

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
524
Благодарностей
112
Баллы
43
I think this is not client side.
We still run a 5.29 ZP due to compatibility changes and the old version who don't have this problem now is with the same problem.

About timeout, old versions timeout = no actions in browser after "x" seconds.
Current timeout = maximum time for project to execute.
 

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
524
Благодарностей
112
Баллы
43

nicanil

Client
Регистрация
06.03.2016
Сообщения
2 242
Благодарностей
1 804
Баллы
113
About timeout, old versions timeout = no actions in browser after "x" seconds.
Current timeout = maximum time for project to execute.
I am sorry, but I don't understand why don't you want to use Timeout?

There is ZP7 on your screenshot.
I think you know approximate time of execution of your tasks, add several minutes to it and set is as the Timeout.
For example, execution of your task take from 6 to 11 minutes, you set Timeout to 780 (780 seconds == 13 minutes). New execution starts, it took 9 minutes to finish, but task got stuck, in 4 minutes Timeout should stop this task.
 

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
524
Благодарностей
112
Баллы
43
I am sorry, but I don't understand why don't you want to use Timeout?

There is ZP7 on your screenshot.
I think you know approximate time of execution of your tasks, add several minutes to it and set is as the Timeout.
For example, execution of your task take from 6 to 11 minutes, you set Timeout to 780 (780 seconds == 13 minutes). New execution starts, it took 9 minutes to finish, but task got stuck, in 4 minutes Timeout should stop this task.
When released Timeout (5.16~5.21) the timeout start when there is no action in browser.
Current timeout is maximum time to execute, not timeout.
 

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
524
Благодарностей
112
Баллы
43
I am sorry, but I don't understand why don't you want to use Timeout?

There is ZP7 on your screenshot.
I think you know approximate time of execution of your tasks, add several minutes to it and set is as the Timeout.
For example, execution of your task take from 6 to 11 minutes, you set Timeout to 780 (780 seconds == 13 minutes). New execution starts, it took 9 minutes to finish, but task got stuck, in 4 minutes Timeout should stop this task.
We set timeout to 600. Sometimes (80% of times), timeout not work too.
 

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
524
Благодарностей
112
Баллы
43
Just for update, the problem still exists.
Please update Zenno Poster Timeout Calculator to a human datetime.

80724
 

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
524
Благодарностей
112
Баллы
43
When I force interrupt...
80725
 

nicanil

Client
Регистрация
06.03.2016
Сообщения
2 242
Благодарностей
1 804
Баллы
113
Just for update, the problem still exists.
  • This problem always happen at the end of the project?
  • Does it happen with some specific project or with every?
  • Maybe this happens only with some actions but not with other?
Please update Zenno Poster Timeout Calculator to a human datetime.
Sorry, but I didn't understand where did you get 105 seconds from? What did you mean by this?
 

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
524
Благодарностей
112
Баллы
43
Sorry, but I didn't understand where did you get 105 seconds from? What did you mean by this?
Its a joke.

  • This problem always happen at the end of the project?
  • Does it happen with some specific project or with every?
  • Maybe this happens only with some actions but not with other?
90% of problems are in end of project who end with success and the new task never start as I've said in the first post, the project end at 13:26 and at 13:33 the new task is still executing.
Here is sheduler settings:
80891


From today:
80893




10% maybe are problems in projects, but the timeout is not working.
Look this:
80889


80890


Maybe there is a problem with html not found (maybe cookie expired) but the error have a correct treatment. There is no reason to project crash and, if have another random problem, the the timeout isn't work.


The problem exists in 7.4 and 5.29.
 

Вложения

Последнее редактирование:

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
524
Благодарностей
112
Баллы
43
Crashed again tonight, projects never end.


15 hours and never end... still "playing"...
81185


Sheduler settings "waiting for complete" a task who "completed successfully!":
81186


Timeout who never timeout in conditions to stop thread:
81187


Threads count:
81188


Resources:
81189
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 216
Благодарностей
5 843
Баллы
113
Its a joke.


90% of problems are in end of project who end with success and the new task never start as I've said in the first post, the project end at 13:26 and at 13:33 the new task is still executing.
Here is sheduler settings:
Посмотреть вложение 80891

From today:
Посмотреть вложение 80893



10% maybe are problems in projects, but the timeout is not working.
Look this:
Посмотреть вложение 80889

Посмотреть вложение 80890

Maybe there is a problem with html not found (maybe cookie expired) but the error have a correct treatment. There is no reason to project crash and, if have another random problem, the the timeout isn't work.


The problem exists in 7.4 and 5.29.
Crashed again tonight, projects never end.


15 hours and never end... still "playing"...
Посмотреть вложение 81185

Sheduler settings "waiting for complete" a task who "completed successfully!":
Посмотреть вложение 81186

Timeout who never timeout in conditions to stop thread:
Посмотреть вложение 81187

Threads count:
Посмотреть вложение 81188

Resources:
Посмотреть вложение 81189
Please make diagnostic report on these problems., see details here.
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 216
Благодарностей
5 843
Баллы
113
@EtaLasquera please try using new version 7.5. There are new fixes.
It you still face problems, please make diagnostic report as asked above.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)