AppSignal
v2.12.3
Pages
Modules
Mix
Tasks
Search documentation of AppSignal
Settings
View Source
Appsignal.CheckIn
(AppSignal v2.12.3)
Summary
Functions
cron(identifier)
cron(identifier, fun)
Functions
Link to this function
cron(identifier)
View Source
@spec
cron(
String.t
()) :: :ok
Link to this function
cron(identifier, fun)
View Source
@spec
cron(
String.t
(), (-> out)) :: out when out: var