Class: PatientHttp::SolidQueue::ProcessRegistration
- Inherits:
-
Record
- Object
- SolidQueue::Record
- Record
- PatientHttp::SolidQueue::ProcessRegistration
- Defined in:
- lib/patient_http/solid_queue/process_registration.rb
Overview
Active Record model tracking registered async HTTP processor processes.
Each record represents a running processor process. The last_seen_at timestamp is updated via heartbeats. Records for processes that are not in this table are considered orphaned during GC.