Skip to content

Commit

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

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

Differential Revision: D59290160

fbshipit-source-id: 6634fc2395553e8862b708ca57477a54514037cd
  • Loading branch information
cooperlees authored and facebook-github-bot committed Jul 8, 2024
1 parent f26148a commit 3e68ebb
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?(14) }
not_if { (node.firstboot_os? || node.firstboot_tier?) && node.in_shard?(24) }
end

0 comments on commit 3e68ebb

Please sign in to comment.