Skip to content
Discussion options

You must be logged in to vote

hi @peopleworks

IsDocumentReadyAsync verifies the pipeline status within the DocumentStorage, which, based on your configuration, can reside in one of the following:

  • Volatile in-memory storage (data is lost upon app restart)
  • On disk
  • Azure Blobs
  • AWS S3
  • MongoDB Atlas

If you’re using “volatile document storage”, I’d recommend checking that first, switching to a persistent option like disk or Azure blobs.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by peopleworks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
1. Q&A
Labels
None yet
2 participants