Zennoposter planner

cookie48

Client
Регистрация
11.07.2012
Сообщения
7
Благодарностей
0
Баллы
0
Hi,

Im using ZP 3, as I have some old C# projects.

I have 2 templates that I want to run in unlimited number but in specified order. After every 50 runs of template1 I want to have 1 run of template2, then again, template1X50 -> template2X1, template1X50 -> template2X1, etc.

It it even possible? I tried grouping, priorities, nothing seemed to work. Projects were launched in random order, and thats not what I need.
 

gemini

Client
Регистрация
10.03.2011
Сообщения
160
Благодарностей
31
Баллы
28
use scheduler + grouping.
groups are executed in order - but must be as one task in scheduler.
count max time your templates need to execute, and schedule running templates every max minutes + few minutes to spare.

Note that group execution must end with success in order to next group be executed.
E.g. if single template fails from group 1 then no template will be executed from group 2 and 3.
 

cookie48

Client
Регистрация
11.07.2012
Сообщения
7
Благодарностей
0
Баллы
0
Ok, I solved this somehow, I used scheduler and set few minutes interval between templates. Its not perfect (I get time gaps when none template is running), but it works.
 

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