this.queue(), this.schedule(), and this.every() let you defer work durably. Tasks
survive pod restarts — the scheduler uses the actor’s built-in alarm mechanism.
A task’s name must match a method on your class.
Task dispatch
When a task fires, the platform calls the method by name on your actor instance:Retries
Tasks retry up to 5 times by default on failure. Configure withmaxRetries: