-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug(scheduler): Expire clients before we decide to delay message
We now expire client requests (i.e time them out) before we decide that we should delay a message. This is because if the delayed message is the last thing in the agenda, it would never be scheduled since we would never get to expire the previous call, so it would get into an infinte loop and keep delaying.
- Loading branch information
1 parent
44e2af3
commit 5ccb071
Showing
1 changed file
with
17 additions
and
17 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