-
Notifications
You must be signed in to change notification settings - Fork 360
Description
HOLD UNTIL CONFIRMED BY RUNTIME
Describe the feature
This issue represents a regression in how actors are registered such that an existing reminder is no longer overwritten by default. I've advocated on the thread that the regression implication should be made the norm for this API much as it was changed on the Jobs API (likely related).
While this has not yet been committed to by the runtime maintainers, this issue should serve as a reminder that the SDK shape around reminder registration may need to be modified in a way that does not introduce a breaking change to accommodate (e.g., to provide an alternative method that throws if the reminder already exists).
Release Note
RELEASE NOTE:
ADD Added method to throw if a reminder already exists on actor instead of strictly overwriting