Skip to content

Commit

Permalink
Update note about timers
Browse files Browse the repository at this point in the history
  • Loading branch information
sleipnir committed Dec 5, 2022
1 parent 58a2255 commit c1d72b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spawn_sdk/spawn_sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ defmodule SpawnSdkExample.Actors.ClockActor do
end
```

> **_NOTE:_** Timers Actions are ephemeral and only exist while the some Spawn VM in the cluster exist.
> **_NOTE:_** Timers Actions are recorded as Actor metadata. Where in turn we use a synchronization mechanism via CRDTs to keep the metadata alive in the cluster while there is an active Spawn VM. That is, Timers Actions are ephemeral and therefore only exist while there is at least one active VM in the cluster.
In the example above the ´clock´ action will be called every 15 seconds.

Expand Down

0 comments on commit c1d72b3

Please sign in to comment.