Skip to content

Commit c7e3065

Browse files
igolmanIvan Golmandamacus
authored
chore: delay php-fpm service restart upon configuration update (#365)
* chore: delay php-fpm service restart upon configuration update --------- Co-authored-by: Ivan Golman <ivan.golman@ops.dkd.de> Co-authored-by: Dan Webb <dan.webb@damacus.io>
1 parent 345e336 commit c7e3065

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This file is used to list changes made in each version of the PHP cookbook.
44

55
## Unreleased
66

7+
## 10.1.2 - *2024-11-06*
8+
9+
- delay `phpX.Y-fpm` service restart upon configuration update
10+
711
## 10.1.1 - *2024-08-01*
812

913
- resolved cookstyle error: metadata.rb:14:20 refactor: `Chef/Correctness/SupportsMustBeFloat`

resources/fpm_pool.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
fpm_pool_chdir: new_resource.chdir,
8686
fpm_pool_additional_config: new_resource.additional_config
8787
)
88-
notifies :restart, "service[#{new_resource.service}]"
88+
notifies :restart, "service[#{new_resource.service}]", :delayed
8989
end
9090
end
9191

0 commit comments

Comments
 (0)