ajvb / kala

Modern Job Scheduler
MIT License
2.12k stars 187 forks source link

Use http.DefaultClient for remote jobs #206

Closed tooolbox closed 4 years ago

tooolbox commented 4 years ago

By using the http.DefaultClient we can have more flexibility. It can be swapped out or customized as necessary by calling/wrapper code.