Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, What Could Be The Reason For My

Hi, what could be the reason for my Task.init taking close to 10min? See below screenshot of example run which took around 8min.
image

  
  
Posted 9 months ago
Votes Newest

Answers 7


So perhaps network latency?

  
  
Posted 9 months ago

It seems like today the issue is resolved - the same code takes half a minute.

  
  
Posted 9 months ago

I was checking my internet speed yesterday and it seemed normal, anyway it seems fine now.

  
  
Posted 9 months ago

Still around 8min

  
  
Posted 9 months ago

Hi @<1566596960691949568:profile|UpsetWalrus59> , what if you set output_uri=False

  
  
Posted 9 months ago

@<1566596960691949568:profile|UpsetWalrus59> connecting the configuration creates several API calls that update it in the server - how large is ths configuration you're connecting?

  
  
Posted 9 months ago

it has 24 parameters, but two of them are list of features so overall the yaml file has around 70 lines

  
  
Posted 9 months ago
453 Views
7 Answers
9 months ago
9 months ago
Tags
Similar posts