View Source Actors.Actor.InvocationScheduler (spawn v0.5.0)

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.

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

schedule_invoke(invocation_request)

View Source