Skip to content

Commit

Permalink
Shard out disabling running during firstboot (provisioning) 5% -> 15%
Browse files Browse the repository at this point in the history
Summary:
bumpsign

This diff was created using http://fburl.com/chefshardbump

Differential Revision: D59290159

fbshipit-source-id: 7ff92a8ee50230f6f8df22b102a93e96d11685ee
  • Loading branch information
cooperlees authored and facebook-github-bot committed Jul 8, 2024
1 parent 5ed0e3f commit f26148a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/fb_timers/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
end

fb_timers_setup 'fb_timers system setup' do
not_if { (node.firstboot_os? || node.firstboot_tier?) && node.in_shard?(4) }
not_if { (node.firstboot_os? || node.firstboot_tier?) && node.in_shard?(14) }
end

0 comments on commit f26148a

Please sign in to comment.