summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2013-04-21 16:37:26 +0300
committerSaku Ytti <saku@ytti.fi>2013-04-21 16:37:26 +0300
commit5a4d2ce1a0380a47e51a9c7aa248e82a5ba5cd39 (patch)
tree8fd0cf55b019bae2244a413dd774846cea5920ae /TODO.md
parentf1287a7925901bf3518eb69079304bfb97f7434d (diff)
Add input method fallback, e.g. if ssh does not work, try telnet
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index ff5dc15..b43962b 100644
--- a/TODO.md
+++ b/TODO.md
@@ -13,6 +13,7 @@ I don't really need it myself, since I don't have platforms where it would be ne
* if job ended later than now-iteration have rand(node.size) == 0 to add thread
* if now is less than job_ended+iteration same chance to remove thread?
* should we try to avoid max threads from being hit? (like maybe non-success thread is pulling average?)
+ * dont add thread, if even one thread is too much (too few nodes for interval), still must process 'next' request w/o delay
# config
@@ -32,7 +33,3 @@ use sidekiq? Any benefits?
# docs, testing
* yard docs
* rspec tests
-
-
-# input method fallback
- * ssh, with telnet fallback