Error prompt scheduled events

It looks like a very specific feature. Generally, everyone expects changes to the scheduled events to be saved automatically. Does it currently interfere with what you do?
Currently we need to save the SDL file and push it to the studios faster than the studios automatically save their existing schedules. We've scheduled this to occur and scripted it, but ideally with the ability to disable autosave in the studios, it would prevent a race condition from potentially occurring
 
Currently by issuing an API command to reload the SDL. This can create situations where the scheduled task won't fire due to the cool down period.

We're manually refreshing at timed intervals at the moment to minimise that.
 
Currently by issuing an API command to reload the SDL
In this case it's easy. You should upload the files to different location (not the one where RadioBOSS saves events) and load it from there. The load time should not be close to the time when one of the event starts, to avoid skipping it due to cooldown. In this case, RadioBOSS will not overwrite your .sdl file when it decides to save the events.
 
In this case it's easy. You should upload the files to different location (not the one where RadioBOSS saves events) and load it from there. The load time should not be close to the time when one of the event starts, to avoid skipping it due to cooldown. In this case, RadioBOSS will not overwrite your .sdl file when it decides to save the events.
Thanks, we'll review and see if this solves the issue.
 
Back
Top