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

Store expires_at in archived_jobs #2

Closed kevinburkeshyp closed 8 years ago

kevinburkeshyp commented 8 years ago

We need the expiry information to determine whether a job should be replayable.

kevinburkeshyp commented 8 years ago

Fixed by 92680e723e20fb73d9e9d9f01a780063f4756210.