Wait... node can't run on DB

Hi @jjlee , I’m not sure I fully understand your use case. If I would take a guess, are you running the workflow with an infinite loop where you want to wait for an X amount of time between the loop iterations and check for new data?

A better way would be to run the workflow at specific times, and this can be done via the command line.

In the thread below, I discussed the disadvantage of having the working running constantly via a loop, and how to run it via command line instead:

1 Like