Shyp / rickover

A job queue and scheduler written in Go, backed by Postgres, and available over HTTP
https://godoc.org/github.com/Shyp/rickover
MIT License
182 stars 21 forks source link

Add GetOrDefault to config package and use it to potentially get server creds. #13

Closed caseycrites closed 6 years ago

caseycrites commented 7 years ago

In response to #11, pull the server credentials from the environment so that the code in the commands directory can potentially be used directly in production.

caseycrites commented 7 years ago

Hmmm, looking into why these tests failed.

kevinburke commented 7 years ago

this looks good to me, I think the failure just needs a bumped timeout