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?
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?
Hi Martin. I get the repo on the web ui - but under installed packages
I have No packages identified
wow i had the same problem, this should go into the FAQ AgitatedDove14
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
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?
its just a small test program which basically runs for a few seconds