SOEP-Group / SOEP

Satellite Orbit and Event Predictor (SOEP) is a C++ application that predicts satellite passes, collision risks, orbital decay, and re-entry events. It provides real-time data, visualizations, and a interface for satellite tracking and space object management.
MIT License
0 stars 0 forks source link

Investigate Potential mutex error #52

Open SuadHus opened 4 hours ago

SuadHus commented 4 hours ago

There might a race condition happening in the code while processing the data from the API. I will either make a new PR with fix or deem this as a non problem.

syko240 commented 4 hours ago

@SuadHus Does this impact the number of entries stored in the db for each satellite id? Because I have noticed that it does not store if we set the STOP_TIME=1440 and STEP_SIZE=1, then not always get all 1440 entries in the db, is this related?

SuadHus commented 2 hours ago

We shall see

SuadHus commented 2 hours ago

@SuadHus Does this impact the number of entries stored in the db for each satellite id? Because I have noticed that it does not store if we set the STOP_TIME=1440 and STEP_SIZE=1, then not always get all 1440 entries in the db, is this related?

But yes i also noticed that, which is weird

SuadHus commented 1 hour ago

YEP this was the issue unofrtunately