-
Notifications
You must be signed in to change notification settings - Fork 719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem on combining triggers #309
Comments
You're not the first one to run into this issue. This happens because the times generated by the two triggers never coincide because |
Thanks, I tried a method that creates two jobs. first with a |
Why not just: |
You are right but how about adding a limitation on the amount of function runs like run only for 6 times only, how can I implement that? |
The proper solution would have been to use |
Hi,
I'm trying to use combine triggers. For example, I want to run a function on the first minute for every 2 seconds:
But the program never prints
after start
. It is very strange to me. TheOrTrigger
works fine for this example. If it is a bug is there any workaround?The text was updated successfully, but these errors were encountered: