Class: Dipa::AgentServices::PostProcessingService
- Inherits:
-
BaseService
- Object
- Dipa::ApplicationService
- BaseService
- Dipa::AgentServices::PostProcessingService
- Defined in:
- app/services/dipa/agent_services/post_processing_service.rb
Instance Method Summary collapse
Methods inherited from Dipa::ApplicationService
Instance Method Details
#call(agent:) ⇒ Object
6 7 8 9 10 11 12 13 14 15 |
# File 'app/services/dipa/agent_services/post_processing_service.rb', line 6 def call(agent:) super Dipa::ServiceJob.set(queue: _agent.coordinator.agent_queue) .perform_later( service_class_name: 'Dipa::AgentServices::CoordinatorStateService', kwargs: { agent: _agent } ) end |