SEAPUNK / jobber

Simple job queue.
1 stars 0 forks source link

Timeouts #12

Open SEAPUNK opened 8 years ago

SEAPUNK commented 8 years ago

Runners' transports have timeouts, but not the runners themselves.

In the case of the HTTP transport:

...


Jobs have three timeouts:

...

OR


Server (and server transports) have one timeout:

...


Timeouts of 0 = no timeout.

SEAPUNK commented 8 years ago