You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- !Flow
- with:
- read_only: true # better add this in the query time
- logserver: $WITH_LOGSERVER
- compress_hwm: 1024
- pods:
- encode:
- uses: jinahub/pod.encoder.mindsporelenet:0.0.1
- parallel: $PARALLEL
- index:
- uses: $RESOURCE_DIR/helloworld.indexer.yml
- shards: $SHARDS
- separated_workspace: true
- polling: all
- uses_after: $RESOURCE_DIR/helloworld.reduce.yml
- timeout_ready: 100000 # larger timeout as in query time will read all the data
|