Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes scheduler reminders app #241

Merged
merged 11 commits into from
Nov 26, 2024
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Cassie Coyle <cassie.i.coyle@gmail.com>
Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
elena-kolevska and cicoyle authored Nov 26, 2024
commit cfb37deb478b4bc188e2f0c8a4d541390d0848e6
2 changes: 1 addition & 1 deletion scheduler-actor-reminders/client/player-actor-client.go
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ func main() {
// Start monitoring actor player's health
go monitorPlayerHealth(ctx, myActor)

//Start player actor health increase reminder
// Start player actor health increase reminder
err = myActor.StartReminder(ctx, &api.ReminderRequest{
ReminderName: "healthReminder",
Period: "20s",