View Source Appsignal.Heartbeat (AppSignal v2.13.2)
Summary
Functions
finish(cron)
deprecated
heartbeat(name)
deprecated
heartbeat(name, fun)
deprecated
new(name)
deprecated
start(cron)
deprecated
Types
@type t() :: Appsignal.CheckIn.Cron.t()
Functions
This function is deprecated. Use `Appsignal.CheckIn.Cron.finish/1` instead..
@spec finish(Appsignal.CheckIn.Cron.t()) :: :ok
This function is deprecated. Use `Appsignal.CheckIn.cron/1` instead..
@spec heartbeat(String.t()) :: :ok
This function is deprecated. Use `Appsignal.CheckIn.cron/2` instead..
@spec heartbeat(String.t(), (-> out)) :: out when out: var
This function is deprecated. Use `Appsignal.CheckIn.Cron.new/1` instead..
@spec new(String.t()) :: Appsignal.CheckIn.Cron.t()
This function is deprecated. Use `Appsignal.CheckIn.Cron.start/1` instead..
@spec start(Appsignal.CheckIn.Cron.t()) :: :ok