Merged in feature/autodocs (pull request #94)
Auto Docs for all cmds * docs
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
// **Listens For**: Body Containing Document ID
|
||||
//
|
||||
// **Action**.
|
||||
//
|
||||
// Find the queries with no dependencies that do not have a valid result for a document.
|
||||
//
|
||||
// The reasoning for only extracting these is to start the query extraction process only for necessary queries, and the query runner will manage updating downstream dependencies.
|
||||
//
|
||||
// There are 2 situations that cause a query to show up in this list:
|
||||
//
|
||||
// The query has no required dependencies.
|
||||
//
|
||||
// All required dependencies have a valid result.
|
||||
//
|
||||
// An event with the document id is pushed to the DOCTEXT queue.
|
||||
package main
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user