Replies: 1 comment 1 reply
-
@netijoe Hey, please use Discord for questions if you can: https://discord.gg/jcuPtCHC That option exists for projections as well for this very reason. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
Documentation states:
The [async daemon](https://martendb.io/events/projections/async-daemon.html) subsystem process that processes projections and subscriptions in a background process automatically ignores archived events -- **but that can be modified on a per projection/subscription basis**
(link)
How do I do that? For subscription I can just use
ISubscriptionOptions.IncludeArchivedEvents
but that's not the case for projections.Beta Was this translation helpful? Give feedback.
All reactions