#How to test Triggers Instantly

1 messages · Page 1 of 1 (latest)

low river
#

I have a schedule trigger that runs every 1 hour, I cant reduce this time
so If I want to test how can I get
after 1 hour it executes my cloud function , but I want to test such feature instantly
how do I do ?

round tangle
#

Using ***** will run every minute. You might even be able to use 6 *s to get it to run every second.

low river
#

It says
Schedule frequency cannot be lower than every hour"

round tangle
#

Huh, then you'll have to have use One-Time as the type to test then

low river
#

understood
thanks

#

so recurring has a minimum time duration of 1 hour