Implement visibility horizon for clustered jobs

Issue #2 new
Chris Fuller created an issue

Currently, whenever refresh is called, the ClusteredJobDao must retrieve all clustered job entries, even if they aren't going to run for a month. This is unlikely to matter with typical usage patterns, but for a very, very large cluster, it would be beneficial to only have to keep track of those jobs that are due "soon".

Comments (0)

  1. Log in to comment