-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow by period uniqueness to be based off scheduled time (#734)
This one attempts to resolve #715. Currently, by period uniqueness always bases the period off the current time, but there's a good argument that if the job has been scheduled for a particular time in the future, it should be based off that time instead. This is one that could nominally be considered a small breaking change in a Hyrum's Law sort of way, even though it's really patching what could be considered a bug. Even though it was sort of broken before, some apps may have come to depend on the broken behavior of the unique code ignoring `ScheduledAt`. I'm not sure that it's a big enough problem to be worth calling out though, so I didn't. Fixes #715.
- Loading branch information
Showing
3 changed files
with
32 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters