summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Schlachter <t480-debian-git@schlachter.ca>2025-11-10 09:07:02 -0500
committerDavid Schlachter <t480-debian-git@schlachter.ca>2025-11-10 09:07:02 -0500
commit107bf7368d405f68eb1256869850b882c80d6649 (patch)
treead7d884ae5927bc7b8f212f464ee780c77bd2bde /README.md
parentb78ce8899f0776db7a08d1f054e017c43ff08821 (diff)
Retry when task creation fails
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 656590c..1087f5d 100644
--- a/README.md
+++ b/README.md
@@ -52,5 +52,3 @@ The lines will be formatted like a cron file, but instead of a command, we will
## 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.
-
-We should probably retry failed network requests. It would not be great to have a temporary connectivity issue lead to missing an important task!