Actors.Actor.InvocationScheduler (spawn v2.0.0-RC12)

View Source

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

child_spec()

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

next_hibernate_delay()

schedule_fixed_invocations(requests)

schedule_invoke(invocation_request, repeat_in \\ nil)

start_link()