-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Something I was just thinking off randomly.
We default since to 0 to say "consider all jobs that are inactive historically" when filtering jobs. This isn't a huge deal when all inactive jobs are stored in memory like they are right now.
We'll move to a database of purged jobs someday in the future (#4336). Which could include like bazillions of jobs. We perhaps do not want to filter / constraint match on all of them.
As a somewhat pre-emptive / "prepare users" move to remove this worst case, perhaps we should default since
to != 0 ... not sure what a good default would be. like 48 hours or 1 week ago? A warning could be output if we stopped searching b/c we hit the limit.
Metadata
Metadata
Assignees
Labels
No labels