class

KemalWAF::IsolatedFiberInfo

Inherits Reference / Object

============================================================================= Isolated Fiber Info

Tracks state and statistics for an isolated fiber

Constructors

new(name : String, restart_delay_ms : Int32 = 1000)
Source

Instance methods

crash_count
Source
crash_count=(crash_count : Int32)
Source
last_crash
Source
last_crash=(last_crash : Time | Nil)
Source
last_error
Source
last_error=(last_error : String | Nil)
Source
mark_restarting
Source
mark_running
Source
mark_stopped
Source
name
Source
name=(name : String)
Source
record_crash(error : String)
Source
restart_delay_ms
Source
restart_delay_ms=(restart_delay_ms : Int32)
Source
started_at
Source
started_at=(started_at : Time)
Source
state
Source
state=(state : FiberState)
Source
uptime
Source