Skip to content

Commit

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

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

Differential Revision: D59290163

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

0 comments on commit 24d06ef

Please sign in to comment.