Skip to content

Conversation

@bboreham
Copy link
Contributor

Fixes #482

We hold on to the parsed rules for each instance instead of having them live entirely in the queue, so that we can use the latest set of rules when we reschedule.

This requires that we lock around the cfgs map, so the existing lock was re-purposed to do that.

Hold on to the parsed rules for each instance instead of having them
live entirely in the queue, so that we can use the latest set of rules
when we reschedule.

This requires that we lock around the `cfgs` map, so the existing lock
was re-purposed to do that.
@bboreham bboreham requested a review from jml November 13, 2017 10:41
Copy link
Contributor

@jml jml left a comment

Choose a reason for hiding this comment

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

Bonza. Thanks.

@bboreham bboreham merged commit 9dbbdae into master Nov 13, 2017
@bboreham bboreham deleted the issues/482-reschedule-latest-config branch January 4, 2018 20:24
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