2020-08-03 15:11:57 UTC - Bilal: I'm made a 
<https://github.com/apache/openwhisk-package-alarms#firing-a-trigger-on-a-time-based-schedule-using-cron|trigger
 using alarm feed for a cron job> and every cron job repeats twice. I made a 
test trigger to fire every minute and it fires both every minute and every 
minute+4 seconds. Do I just need to set `strict` to true?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1596467517165200?thread_ts=1596467517.165200&cid=C3TPCAQG1
----
2020-08-03 15:41:49 UTC - Bilal: Nevermind, I found the cause. I had a second 
instance of openwhisk running as a blue/green deployment and both shared the 
same CouchDB to store actions. So both instances were firing off the trigger.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1596469309165500?thread_ts=1596467517.165200&cid=C3TPCAQG1
----

Reply via email to