|
|
|
|
|
by nhumrich
3107 days ago
|
|
This is a cool idea, but having the worker use http is just asking for problems. What happens if the http connection times out?
For a worker architecture, it can be expected for some jobs to take north of 5 minutes. Http will time out by then, but the worker will still keep on going. |
|