暫無描述 http://j1x-huginn.herokuapp.com
class AgentCleanupExpiredJob < ActiveJob::Base queue_as :default def perform Event.cleanup_expired! end end