How do I use CRON pattern for agenda?
In the newAgenda and updateAgenda method, there is a parameter called pattern for you to implement a scheduled push. For constructing the CRON pattern, we are using later npm package. Please note that we the CRON pattern is a 5 digits string, which ...