Hi All,
Could you help me with the following Task
I want start a Task every Day at 7:50 pm and 8:30 pm, whats wrong on this Expression?
0 50,30 19,20 ? * *
The Time was in UTC
Thx very much.
So i take two Tasks.
best regards
Hi Michael,
That one will fire at second :00, at minutes :50 and :30, at 19pm and 20pm, of every day.
Therefore it will fire at 19:30, 19:50, 20:30, 20:50
You cannot be that specific in one task, you will need two tasks, one for 19:50 and one for 20:30. Otherwise if you can be happy with 19:00 and 19:40, then use this one:
0 0,40 19,19 ? * *
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
19,19 is redundant. It can be 19 alone.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you need to use:
0 50,30 19,20 * * *
This will run at 19:30 19:50 20:30 20:50, every day of every month of every weekday.
If you to run at 7:50 pm and 8:30 pm, i think you need two tasks, but i'm not sure
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira Product Discovery Premium is now available! Get more visibility, control, and support to build products at scale.
Learn moreOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.