BotServer icon indicating copy to clipboard operation
BotServer copied to clipboard

SET SCHEDULE BASIC KEYWORD

Open rodrigorodriguez opened this issue 2 years ago • 1 comments

pt-br: Permitir o agendamento de processos como disparos periódicos.

set schedule "42 * * * *" find = "diario.pdf" talk to send email

References:

https://www.npmjs.com/package/node-schedule Cron-style Scheduling The cron format consists of:


┬ ┬ ┬ ┬ ┬ ┬ │ │ │ │ │ │ │ │ │ │ │ └ day of week (0 - 7) (0 or 7 is Sun) │ │ │ │ └───── month (1 - 12) │ │ │ └────────── day of month (1 - 31) │ │ └─────────────── hour (0 - 23) │ └──────────────────── minute (0 - 59) └───────────────────────── second (0 - 59, OPTIONAL)

rodrigorodriguez avatar Aug 08 '21 20:08 rodrigorodriguez

@rodrigorodriguez necessário script para realização do teste.

PH-Nascimento avatar Jan 17 '22 20:01 PH-Nascimento