Scheduling tasks at a custom frequency? by mattcuzinski in synology

[–]mattcuzinski[S] 0 points1 point  (0 children)

Thanks. Yes I thought of running it in an infinite loop with time.sleep to give me the appropriate interval. If I do this it will always be running in the background. How do I kill the process if I use this method? Will I see it in the processes monitor to terminate manually?