Class: CodeSunset::FlushBufferedEventsJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/code_sunset/flush_buffered_events_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(limit: nil) ⇒ Object



5
6
7
# File 'app/jobs/code_sunset/flush_buffered_events_job.rb', line 5

def perform(limit: nil)
  CodeSunset::EventIngestor.flush_buffer(limit: limit)
end