summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pool.go1
-rw-r--r--todo.go3
2 files changed, 1 insertions, 3 deletions
diff --git a/pool.go b/pool.go
index 7abfe7b2..4c9f0b26 100644
--- a/pool.go
+++ b/pool.go
@@ -95,6 +95,7 @@ func (p *Pool) Exec(rqs *Payload) (rsp *Payload, err error) {
return nil, errors.Wrap(err, "unable to allocate worker")
}
+ //todo: timeout
rsp, err = w.Exec(rqs)
if err != nil {
diff --git a/todo.go b/todo.go
deleted file mode 100644
index 626035ec..00000000
--- a/todo.go
+++ /dev/null
@@ -1,3 +0,0 @@
-package roadrunner
-
-// job timeout? \ No newline at end of file