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

recycle_schedule_clear not honored #428

Open
match-garricklinn opened this issue Jun 7, 2018 · 0 comments
Open

recycle_schedule_clear not honored #428

match-garricklinn opened this issue Jun 7, 2018 · 0 comments

Comments

@match-garricklinn
Copy link

Cookbook version

7.0.0

Chef-client version

14.1.12

Platform Details

Windows Server 2012 R2

Scenario:

For example, the following successfully creates an apppool with the default value of 1740 minutes under Recycling-->Fixed Intervals-->Regular time intervals (in minutes):

iis_pool node['my']['apppool'] do
runtime_version '4.0'
start_mode :AlwaysRunning
pipeline_mode :Integrated
queue_length 4000
max_processes 6
idle_timeout '00:00:00'
recycle_schedule_clear true
rapid_fail_protection false
action :add
end

Steps to Reproduce:

I believe this will be the result in all cases with 7.0.0 since there are only two references to recycle_schedule_clear in the current release, one in the README and one in resources/pool.rb where it is simply included as an optional property. I might be missing something but I don't see where any work is being performed as a result of setting this property.

Expected Result:

All recycle times on the specified apppool to clear

Actual Result:

No errors, but also no results.

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

No branches or pull requests

3 participants