JobShardManager
class
Namespace: Orleans.DurableJobs
Manages the lifecycle of job shards for a specific silo.
public abstract class JobShardManagerRemarks
Each silo instance has its own shard manager.
Methods
AssignJobShardsAsync(DateTimeOffset, int, CancellationToken)Assigns orphaned job shards to this silo.CreateShardAsync(DateTimeOffset, DateTimeOffset, IDictionary<string, string>, CancellationToken)Creates a new job shard owned by this silo.UnregisterShardAsync(IJobShard, CancellationToken)Unregisters a shard owned by this silo.
