summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1087f5d..114734d 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,3 @@ At program start, and every minute thereafter:
- if there were any lines that we did not see during this read of the file, but that we saw previously, remove them from the scheduler
The lines will be formatted like a cron file, but instead of a command, we will simply have the name of the task to be created.
-
-## Future work
-
-It turns out jobs can be added AND removed by an ID that is returned from the Add function. It could be interesting to add/remove based on the last seen map (with the job IDs), instead of completely recreating all the jobs if the input file changes.