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 All - I Have A Question To Ask (And Not Sure If There Is A Channel For Faqs So Sorry For Putting It Here) ... I Am Using Trains In Combination With Pycharm'S Remote Debugging. I Have The Pycharm Plugin Installed. When The Experiment Ends, I Get

Hi all - I have a question to ask (and not sure if there is a channel for FAQs so sorry for putting it here) ... I am using trains in combination with PyCharm's remote debugging. I have the pycharm plugin installed.

When the experiment ends, I get

2020-02-10 16:33:12,732 - trains.Task - INFO - Waiting for repository detection and full package requirement analysis 2020-02-10 16:33:22,733 - trains.Task - INFO - Repository and package analysis timed out (10.0 sec), giving up
Is this something to worry about ? Should I increase the timeout or is this inherent because of the remote debugging configuration ?

Great job on Trains btw! We are trying it out over our Sacred configuration and pretty happy so far with how simple it was to get up and running 👍

  
  
Posted 4 years ago
Votes Newest

Answers 11


yeap! I added a 30 second sleep and now it reports

2020-02-10 17:53:10,165 - trains.Task - INFO - Waiting for repository detection and full package requirement analysis 2020-02-10 17:53:19,357 - trains.Task - INFO - Finished repository detection and package analysis
and installed packages is now populated

  
  
Posted 4 years ago

Hmm, yes this fits the message. Which basically says that it gave up on analyzing the code because it run out of time. Is the execution very short? Or the repo very large?

  
  
Posted 4 years ago

its just a small test program which basically runs for a few seconds

  
  
Posted 4 years ago

My pleasure :)

  
  
Posted 4 years ago

Yes that's the reason, basically there is a background thread analyzing the code, at the end of the execution if it is till running (hence the question regrading execution time) we give it extra 10seconds to come up with answers, otherwise we terminate, so the code won't get stuck. Makes sense to you?

  
  
Posted 4 years ago

Muchas gracias for the help ! 😊

  
  
Posted 4 years ago

Hi Martin. I get the repo on the web ui - but under installed packages I have No packages identified

  
  
Posted 4 years ago

ahh the execution is very short

  
  
Posted 4 years ago

wow i had the same problem, this should go into the FAQ AgitatedDove14

  
  
Posted 4 years ago

Awesome!

  
  
Posted 4 years ago

Hi NutritiousBear41 , asking questions here is exactly the reason we open the Slack channel :)
Regrading the error, it might be that you are stubbled on a bug , do you get the git repo on the UI?

  
  
Posted 4 years ago
800 Views
11 Answers
4 years ago
one year ago
Tags