Closed twhaples closed 8 years ago
I needed to make queue_up(job).at(time) a thing. I dramatically refactored the matching pipeline so that making .at work could be done elegantly.
queue_up(job).at(time)
.at
I'm 👍 for merging this roughly as it is now. @matt-thomson does anyone own this code and should take one more look over it?
👍 from me too.
I needed to make
queue_up(job).at(time)
a thing. I dramatically refactored the matching pipeline so that making.at
work could be done elegantly.