Find better approach for calculation global match #51
Labels
discussion
Input from other contributors is required
enhancement
New feature or request
help wanted
Extra attention is needed
more info needed
on hold
Some features needs to be merged before implementing this
How is the global match calculated? (current scenario)
graph.json
(using information stored in the database) file is created in the serverpipeline.py
is called using fileresult
folder in the serverresult
folderThis approach seems good, right? 🤔
Problem
If two people try to find a global match simultaneously, the
graph.json
andresult
folders will be overwritten.Possible solutions
pipline.py
to create multipleresult
folders instead of one.result
folder after the user sees the info??result
data in the user session?graph.json,
we can pass this info through a variable in PHP and similarly store thepipeline.py
output in a variable?The text was updated successfully, but these errors were encountered: