Keine Beschreibung http://j1x-huginn.herokuapp.com

agent_cleanup_expired_job.rb 119B

12345678
  1. class AgentCleanupExpiredJob < ActiveJob::Base
  2. queue_as :default
  3. def perform
  4. Event.cleanup_expired!
  5. end
  6. end