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 Team, Can Someone Help Better Understand The Prerequisites For Running A Cloned Task (If Any)? Background: I Was Able To Run And Complete A Task From Vscode. The Same Task, When Cloned And Enqueued Would Result In A File Or Directory Not Found Error. T

Hi team, can someone help better understand the prerequisites for running a cloned task (if any)?
Background: I was able to run and complete a task from VSCode. The same task, when cloned and enqueued would result in a file or directory not found error. The file has been pushed to the remote repo and the local branch is up to date.
Is there anything that was missed? Any insight or suggestion is appreciated.

  
  
Posted 6 months ago
Votes Newest

Answers 7


Are you sure all the files needed are pushed to your git repo ?
Go to a another folder and git clone that exact branch/commit and check the files are there ?

  
  
Posted 6 months ago

what about the log aroundwhen it try to actually clone your repo ?

  
  
Posted 6 months ago

very hard to diagnose with this tiny bit of log ...

  
  
Posted 6 months ago

Yeah, plus I already see it in the Github webpage.

  
  
Posted 6 months ago

@<1576381444509405184:profile|ManiacalLizard2> Thanks for your reply.
Due to security considerations, not sure if I can provide the full log but attached is the error message.
image

  
  
Posted 6 months ago

I think I was able to find a fix by adding task.execute_remotely() to the script and execute from VSCode once. From there, all cloned tasks were able to run successfully. Is this the expected behavior?

  
  
Posted 6 months ago

please provide the full logs and error message.

  
  
Posted 6 months ago