ReqManagedAgents.Host.Store.DETS (req_managed_agents_host v0.1.0)

Copy Markdown View Source

File-backed Store implementation using OTP's :dets. The table is reopened from the same path on every start_link/1, so locator rows survive a BEAM restart. A corrupt or unreadable file is logged and replaced with a fresh, empty table (mirrors RMA's Provisioner.Store.File corrupt-file handling) — a lost locator row just means the next lookup falls back to provisioning, not a crash.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.