Commit Graph

20 Commits

Author SHA1 Message Date
C Cirello
6b7886721d Fix supervisor dependency (#167)
Fixes #164
2016-10-14 13:17:34 +02:00
C Cirello
df3d5b48ce Fix race condition during initialization (#163)
Currently, async workers are started before HTTP interface is available
to get their requests. It fixes by ensuring that async workers are
started after HTTP interface is up.

Essentially we are getting rid of an error message during bootstrap:

        ERRO[0000] Could not fetch task error=Get http://127.0.0.1:8080/tasks: dial tcp 127.0.0.1:8080: getsockopt: connection refused
2016-10-13 22:56:34 +02:00
Carlos C
bbdbcbfa94 remove wrok runner version from glide.yaml 2016-10-12 20:05:57 +02:00
Travis Reeder
042bccb2e6 Fixes issues with dependencies. 2016-10-11 18:18:06 -07:00
Pedro Nasser
52f78eb601 fix runner changes (#132)
Fix runner changes
2016-10-07 18:49:16 +02:00
Seif Lotfy سيف لطفي
52cab30056 Change PAYLOAD input to STDIN (#111)
* change to iron-io/runner dependency
* Fix runner dependency
* Change PAYLOAD input to STDIN, fixes #40
2016-10-06 18:44:58 -03:00
Seif Lotfy سيف لطفي
fbcec6bf40 Depend on iron-io/runner instead of iron-io/worker (#124) 2016-10-05 20:42:12 +02:00
Seif Lotfy
54f66c7b09 update glide 2016-09-26 12:59:18 +02:00
Seif Lotfy
b623fc27e4 Initial work on async functions 2016-09-24 10:06:51 +02:00
Henrique Chehad
06294b4b77 updated worker repository ref 2016-09-19 20:41:35 -03:00
Pedro Nasser
f0e03fb7ec update glide and lock 2016-09-12 13:07:18 -03:00
Pedro Nasser
c80ec456ce update glide 2016-09-12 12:50:32 -03:00
Pedro Nasser
6661fd85b2 update glide and glide.lock 2016-09-12 12:43:37 -03:00
Pedro Nasser
7be05cdf37 update iron worker repo 2016-09-12 12:27:59 -03:00
Pedro Nasser
591aafc21b trigger ci 2016-09-12 12:23:27 -03:00
Pedro Nasser
13cb2d5998 trigger ci 2016-09-12 12:17:59 -03:00
Travis Reeder
40e1ebd434 Updates to fix against Titan changes and what not. 2016-08-07 14:10:31 -04:00
Pedro Nasser
338498e94d update docs and contributing 2016-07-27 17:51:51 -03:00
Travis Reeder
c73dd4dd42 Bunch of cleanup. 2016-07-14 09:18:43 -07:00
Travis Reeder
60db6e1d51 Fixed builds, added metric output. 2016-06-16 19:32:12 -07:00