From b36d98e47cdb4939be2507cd8b72ae5df487bdf2 Mon Sep 17 00:00:00 2001 From: David Schlachter Date: Tue, 11 Nov 2025 00:24:55 -0500 Subject: Change how tasks are added and removed --- README.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3