adk_trigger_schedule (erlang_adk v0.7.0)
View SourceFixed-delay periodic adapter for the ambient runtime.
The adapter owns exactly one timer. Every tick is submitted through the bounded ambient queue and receives an idempotency key based on the schedule identity and wall-clock interval slot. Slow or full runtimes therefore do not create overlapping timer processes or an internal delivery backlog.
Summary
Functions
-spec child_spec(map()) -> supervisor:child_spec().
-spec start_link(map()) -> gen_server:start_ret().