dotnet / dotnet/orleans

Can an exception be thrown if the processing time on the timer is too long?

Open
#9,142 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
10.9k
Forks
2.1k
Avg merge
14h 42m
Merged PRs (30d)
354

Description

Can an exception be thrown if the processing time on the timer is too long.

Settings similar to the following
.Configure(options =>
{
options.ResponseTimeout = TimeSpan.FromSeconds(30);
})

Contributor guide

Open the contributing guide

Research direction

The issue only identifies SiloMessagingOptions.ResponseTimeout and does not name files, tests, or entry points. Start by locating that option and the timer-processing path, then clarify which timer operation should raise an exception and what completion behavior is expected.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
distributed-systems
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.