Skip to content

Commit

Permalink
log warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomchak committed Nov 9, 2023
1 parent 1b2d2ce commit ad49ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/scheduler/for_you_mammoth_scheduler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Scheduler::ForYouMammothScheduler

LOAD_TEST_MULTIPLIER = ENV['FOR_YOU_LOAD_TEST_MULTIPLIER'].to_i || 1

Rails.logger.warn "ForYouMammothScheduler LOAD TEST:: x#{LOAD_TEST_MULTIPLIER}" if LOAD_TEST_MULTIPLIER >= 1
Rails.logger.warn "ForYouMammothScheduler LOAD TEST:: x#{LOAD_TEST_MULTIPLIER}" if LOAD_TEST_MULTIPLIER > 1

def perform
users = mammoth_users.wait
Expand Down

0 comments on commit ad49ad0

Please sign in to comment.