summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Schlachter <t480-debian-git@schlachter.ca>2025-11-11 00:24:55 -0500
committerDavid Schlachter <t480-debian-git@schlachter.ca>2025-11-11 00:26:06 -0500
commitb36d98e47cdb4939be2507cd8b72ae5df487bdf2 (patch)
treec6c0aac8372a77bdd26f919d0c3e875ef2b688e0 /README.md
parent8d47cd773142132e48fab2b04e4b71126d7bb7d5 (diff)
Change how tasks are added and removed
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.