You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to add occurrences count to my scheduled parameters. For the specific end time, I can add end_date parameter and that will create schedule with the ending date. But I could not create it by number of occurrences.
In the IceCube, we can add occurrences by this:
Rule.daily(3).count(35)
So, how to do it with schedule attributes.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
I am not able to add occurrences count to my scheduled parameters. For the specific end time, I can add end_date parameter and that will create schedule with the ending date. But I could not create it by number of occurrences.
In the IceCube, we can add occurrences by this:
Rule.daily(3).count(35)
So, how to do it with schedule attributes.
Thanks in advance!
The text was updated successfully, but these errors were encountered: