Disabled task-profile boundary.
The dated task profiles are intentionally unavailable until a host supplies a durable store and the complete profile contract. Keeping this supervised no-op process preserves the server's supervision topology while ensuring that no in-memory task state can be enabled accidentally.
Summary
Functions
Returns {:error, :tasks_disabled}; task cancellation is unavailable.
Returns a specification to start this module under a supervisor.
Returns {:error, :tasks_disabled}; no task profile is advertised.
Returns {:error, :tasks_disabled}; task lookup is unavailable.
Starts the supervised disabled task boundary.
Returns {:error, :tasks_disabled}; task updates are unavailable.
Functions
Returns {:error, :tasks_disabled}; task cancellation is unavailable.
Returns a specification to start this module under a supervisor.
See Supervisor.
Returns {:error, :tasks_disabled}; no task profile is advertised.
Returns {:error, :tasks_disabled}; task lookup is unavailable.
@spec start_link(keyword()) :: GenServer.on_start()
Starts the supervised disabled task boundary.
Returns {:error, :tasks_disabled}; task updates are unavailable.