dotnet / dotnet/orleans

Allow visibility to Reminder Timestamp on IReminder object

Open
#8,218 0 comments 0 reactions 0 assignees View on GitHub
Needs: triage :mag:
Dominant language
C#
Stars
10.9k
Forks
2.1k
Avg merge
14h 42m
Merged PRs (30d)
354

Description

Currently GetReminder returns an IReminder object that all it contains is the name of the reminder that was already provided to the method parameter. It would be useful that this method also returns the created date/time so that we can create custom expiration or anything else. Is there a workaround currently ? other than manually connecting to the reminders table and querying it?

Contributor guide

Open the contributing guide

Research direction

Start by locating GetReminder and the IReminder definition in the Orleans repository, then inspect how reminder metadata is created and returned. Done means deciding how the created date/time should be exposed on IReminder and confirming that callers can use it for custom expiration without querying the reminders table directly.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
distributed-systems
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.