-
I am analyzing a collection of Python files using python-lgtm-full.qls codeql suite. The collection has around 74749 files within various directories. The analysis is stuck at the first query for around a day now. Is this normal? How to resolve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
75k files is rather large, but taking more than a day for the analysis still doesn't sound right. Is the analysis process using CPU? Does it keep writing to its log file -- usually <database_directory>/log/execute-queries-<timestamp>.log? Can you show the last several dozen lines of the log? EDIT [adityasharad]: marking #5759 (reply in thread) as the answer. |
Beta Was this translation helpful? Give feedback.
75k files is rather large, but taking more than a day for the analysis still doesn't sound right.
Is the analysis process using CPU? Does it keep writing to its log file -- usually <database_directory>/log/execute-queries-<timestamp>.log? Can you show the last several dozen lines of the log?
EDIT [adityasharad]: marking #5759 (reply in thread) as the answer.