crowdAI/crowdai

View on GitHub
app/jobs/refresh_challenge_organizer_participant_view_job.rb

Summary

Maintainability
A
0 mins
Test Coverage
class RefreshChallengeOrganizerParticipantViewJob < ApplicationJob
  queue_as :default

  def perform
    Scenic.database.refresh_materialized_view('challenge_organizer_participants')
  end
end