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 one year ago
Votes Newest

Answers 7


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

  
  
Posted one year 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 one year ago

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

  
  
Posted one year ago

So perhaps network latency?

  
  
Posted one year ago

Still around 8min

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago
843 Views
7 Answers
one year ago
one year ago
Tags
Similar posts