cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problems with cron pattern in schedule editor

Former Member
0 Likes
195

hi

I have a transaction that should be executed every 7 seconds. To do this I created a new entry in the schedule editor. Because of the tool to build the cron pattern showed every minute as the most often possible, I looked at the help of xMII.

There is said, that a pattern of */5 * * * * * would execute every 5 seconds. I changed to */7 * * * * * and saved. The result is, that it is executed every 7 minutes. That is also what I see in the scheduler. Even the pattern * * * * * * that should execute every second according to the help does not what is documented. It executes every minute.

So the question is, is it possible to execute a transaction every X seconds?

And the second question, is this a bug in the scheduler or ist the information provided in help wrong?

Thank you for help.

Kind regards,

Timo Bachert

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

xMII 12.0 removed the ability to schedule tasks in intervals of less than 1 minute.

Answers (1)

Answers (1)

Former Member
0 Likes

OK, thank you. Then the help of xMII 12 says wrong (either in german as in english)

Timo