...
Then it will check the next instance and see that its Run At
time has not yet arrived. It will continue to wait, checking each minute to see if there are any new instances that are now ready to be run.
Log Output
There are 2 types of log data that are generated as of version 1.0.2. They are subject to being deleted automatically to avoid creating an overwhelming amount of log history unnecessarily.
Log Files
These files that use a .log
extension include logging statements generated by the app in the process of its operations including errors that occur.
CSV Files
Each time the app generates a schedule for a station - it will generate a basic CSV file that shows the times and what S4M item was scheduled. It is named with the station name and the date.
Example:
BC 1 Test_2023321.csv
Code Block | ||
---|---|---|
| ||
StartTime,Title
2023-03-21 09:00:00,01015722
2023-03-21 09:02:08,01005157
2023-03-21 09:04:16,01014394
... |