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

Implement dequeue count for sessions and activities #92

Merged
merged 2 commits into from
Jan 4, 2022

Conversation

sebastianburckhardt
Copy link
Member

Implements a dequeue count for sessions and activities.

By default, a work item starts executing before the dequeue count is persisted.
But this can be changed using the setting PersistDequeueCountBeforeStartingWorkItem = true.

@sebastianburckhardt sebastianburckhardt added this to the 0.7.0-beta milestone Dec 21, 2021
# Conflicts:
#	src/DurableTask.Netherite/Abstractions/PartitionState/TrackedObject.cs
#	src/DurableTask.Netherite/PartitionState/ActivitiesState.cs
#	src/DurableTask.Netherite/PartitionState/OutboxState.cs
#	src/DurableTask.Netherite/PartitionState/PrefetchState.cs
#	src/DurableTask.Netherite/PartitionState/QueriesState.cs
#	src/DurableTask.Netherite/PartitionState/SessionsState.cs
#	src/DurableTask.Netherite/PartitionState/TimersState.cs
#	src/DurableTask.Netherite/StorageProviders/Faster/StoreWorker.cs
@sebastianburckhardt sebastianburckhardt merged commit e8f4ab7 into dev Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant