View Source Actors.Actor.InvocationScheduler (spawn v1.0.0-rc.24)

InvocationScheduler is a global process for the cluster that controls all Actions of type Schedule. This process is global to allow that even after restarts of a process or restart of an application we will still be able to perform invocations to actors, without the need for persistent storage such as a database.

Summary

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

schedule_invoke(invocation_request)

View Source