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

Option to initialize the scheduler without starting it #123

Closed
wants to merge 1 commit into from

Conversation

arxae
Copy link

@arxae arxae commented Dec 1, 2016

For our specific case, we needed to option to initialize the scheduler, but not start it automatically. This PR does not break the normal usecase of Initialize(Registry).

@tallesl
Copy link
Contributor

tallesl commented Apr 11, 2017

I'm not a fan of the boolean flag as parameter and I couldn't make InitializeAndStart because that would break compatibility.

I made a InitializeWithoutStarting instead (c4752f8). I admit it's not that fancy but it'll do it for now. I'll release it in the next version, hang in there.

And sorry for taking so long to answer you btw!

@ipjohnson
Copy link

Do you have a timeline when this will be released? I'm implementing a windows service and InitializeWithoutStarting called in the service constructor and then JobManager.Start/Stop called from the respective service methods.

@tallesl
Copy link
Contributor

tallesl commented May 8, 2017

This week!

@tallesl
Copy link
Contributor

tallesl commented May 13, 2017

Just published on nuget.org, version 5.2.0.

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.

4 participants