I removed app.openai.io from the configuration file and wrote the code locally. After finishing the code, can I set up a scheduled task using Windows Task Scheduler to run the code directly?
Yes, you can see options here
This question comes up a lot. There is several ways you can run a robot at an interval.
NodeRED
The primary way you do that is using NodeRED. NodeRED has several modules for scheduling new messages, I normally go for node-red-contrib-cron and lookup the syntax at crontab.guru
[Scheduling1]
External application
You can schedule jobs from an external application, or using Microsoft task scheduler and then execute a workflow using command line parameters to the robot. You have 2 options for in…
system
Closed
March 31, 2023, 8:36am
#3
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.