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 There, We Have A Task That We Are Trying To Execute Remotely, If We Initiate It From One Computer The Task Executed Remotely Successfully But If We Initiate It From Another Computer The Task Failed. We Have One Remote Machine At The Worker Queue So It

Hi there, we have a task that we are trying to execute remotely, if we initiate it from one computer the task executed remotely successfully but if we initiate it from another computer the task failed. We have one remote machine at the worker queue so it always run on the same machine.

A difference I have found: in the successful run it uses cached environment and in the failed run it tries to create a new environment and fails on a git clone command. (Connecting to the remote machine I run git clone command without any problem)

Any ideas? 🙂

  
  
Posted one year ago
Votes Newest

Answers 6


Hi @<1544491305910931456:profile|SoggyPuppy25> , can you please attach logs of the two runs? Are both runs executed on the same worker? What are the main environment differences between the machines that ran the experiment locally - OS/Python/ETC

  
  
Posted one year ago

I doesn't work from this machine, and the log is attached as well
image

  
  
Posted one year ago

And works from this machine
image

  
  
Posted one year ago

Hey John, thank you for your response

  
  
Posted one year ago

@<1523701070390366208:profile|CostlyOstrich36>
hey john, let us know if you need any more information

  
  
Posted one year ago

We solved it, thanks for the good will

  
  
Posted one year ago