Question about execution count

7figures

Client
Регистрация
21.02.2015
Сообщения
43
Благодарностей
5
Баллы
8
So, I have a list of urls for a bot task, lets say 200 (1 per line)

settings for template = "-1" so that it continues until criteria is reached, line 1, line 2, >>> line 200

If I set execution to "1" will this complete 1 action per line, or 1 action overall before stopping? I need to slow down actions, my thoughts is to set execution to "1" and schedule for every 10 minutes... I want 1 x 200 (once per each url) though, not 1 url... pause...10 mins... 1 url...

I am not a coder, I cannot make templates, this question is as an end user, thanks :-)
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 180
Баллы
113
Not sure what you want to achieve, but execution means how much your template will work.

1 execution means that your template will run one time.

If you want to schedule then you have to set execution count in scheduler tab. attempts to add its called there i guess...
 

7figures

Client
Регистрация
21.02.2015
Сообщения
43
Благодарностей
5
Баллы
8
hmm, I tested that, but seemed to do 1 line only

I wanted to:

complete task for each lines 1 - 200
pause 15 mins
complete tasks for each lines 1 - 200
pause 15 mins
repeat

....

with scheduler it seems to:
complete line 1
pause 15 mins
complete line 2
pause 15 mins
repeat
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 180
Баллы
113
hmm, I tested that, but seemed to do 1 line only

I wanted to:

complete task for each lines 1 - 200
pause 15 mins
complete tasks for each lines 1 - 200
pause 15 mins
repeat

....

with scheduler it seems to:
complete line 1
pause 15 mins
complete line 2
pause 15 mins
repeat
If you want to run 200 executions with help of scheduler then set 200 there ( sorry its Russian hope you will understand what field I mean )



Delete lines from file. But double all data in your file like this.


line1
line2
line3
...
line200
line1
line2
line3
...
line200


When bot will finish first 200 lines with next scheduler run it will start with next 200 lines...

Hope you understood what I mean.
 
  • Спасибо
Реакции: 7figures

7figures

Client
Регистрация
21.02.2015
Сообщения
43
Благодарностей
5
Баллы
8
ok yep, got it :ay:
 

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