Skip to content

Commit b300aea

Browse files
committed
Add log message
1 parent bc3ad61 commit b300aea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/background_tasks/kafka_batch_update_points_task.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def run
4444
RestClient.post("#{@kafka_bridge_url}/api/v0/event", { topic: 'user_course_progress', payload: message }.to_json, { content_type: :json })
4545
end
4646
task.destroy!
47+
puts "Batch publish finished for #{course.name}"
4748
end
4849
end
4950

0 commit comments

Comments
 (0)