lml / lev

Ride the rails but don't touch them.
MIT License
2 stars 6 forks source link

Background job routine status #27

Closed jpslav closed 9 years ago

jpslav commented 9 years ago

This PR adds infrastructure to support reporting of routine status when run as a background job. Instead of relying on one of the existing <background job system>-status gems out there, this PR implements a simple status mechanism that is ActiveJob friendly and ties into the existing Lev infrastructure.

Tests not included :-)

Dantemss commented 9 years ago

Looking good.