Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support scheduling entity signals without limit on duration #1475

Merged

Conversation

sebastianburckhardt
Copy link
Collaborator

Addresses issue #1463.

If scheduling signals beyond what the durability provider can take responsibility for, the signal is scheduled for a shorter duration. When receiving a signal ahead of the time it is scheduled to execute, it is then rescheduled (instead of being processed). This keeps going until the scheduled time has been reached.

This implementation uses the same parameters (DurabilityProvider.MaximumDelayTime and DurabilityProvider.LongRunningTimerIntervalLength) as the corresponding functionality for Timers.

Copy link
Contributor

@ConnorMcMahon ConnorMcMahon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Let's wait to merge until we get a green CI run.

@cgillum cgillum added this to the Extension v2.3.1 milestone Oct 1, 2020
@sebastianburckhardt sebastianburckhardt merged commit 3bdd570 into dev Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants