Schedule task
Created by: qawse3dr
create a UI that is able to schedule tasks given a start time, how many times it should occur, and which script and computer to run it on. backend should have a queue, that checks periodically if there are any tasks that need to be run every 5 seconds for example a db table will also need to be created to hold all of the scheduled tasks and should be togglable (enabled and disabled)