chaps-io / gush

Fast and distributed workflow runner using ActiveJob and Redis
MIT License
1.05k stars 106 forks source link

Client#page return valid results if old job/worker class no longer exists #121

Open ttriggs opened 3 days ago

ttriggs commented 3 days ago

I realize now that I ran into the same issue this pr aims to fix for the CLI, https://github.com/chaps-io/gush/pull/72

here, I opted to simply omit workflows from the Client.workflows list output as opposed to building a null-flavored version of the original object – I can see benefits to the above approach, but ultimately in my use case, it seems data referencing now-deleted code can be safely ignored.