Class: PatientHttp::SolidQueue::InflightRequest
- Defined in:
- lib/patient_http/solid_queue/inflight_request.rb
Overview
Active Record model tracking inflight HTTP requests for crash recovery.
Each record represents a single in-flight HTTP request. The heartbeat_at timestamp is updated periodically; stale records from dead processes are detected and re-enqueued by the GC mechanism.