Ysurac / FlightAirMap

Open source project displaying live aircrafts, ships or trackers on 2D/3D map. Browse through the data based on a particular aircraft, airline, airport, tracker or vessel to search through the database or see extensive statistics. Can use ADS-B in SBS1 format (dump1090, Radarcape,...), VRS, VA (VATSIM, IVAO whazzup.txt, phpvms,...), ACARS (acarsdec, acarsdeco2), APRS, AIS as datasource.
https://www.flightairmap.com/
GNU Affero General Public License v3.0
516 stars 157 forks source link

Issue with deamon #400

Closed MrDalle closed 6 years ago

MrDalle commented 6 years ago

Hey,

somehow the map displays 1 flight several times and draw it to the map on same position.. maybe the cron is wrong? any ideas?

unbenannt

Ysurac commented 6 years ago

What is the source used ?

MrDalle commented 6 years ago

https://vas.fswire.net/api/v1/acars/data?format=phpVMS

the Cron ist set do every min. and update_DB once a day

MrDalle commented 6 years ago

The map is running like 2-3 Hours then its crashing the whole server.. there is right now 1 plane but counter shows various numbers of planes...

Ysurac commented 6 years ago

I have it running, as daemon, since some day with this source, for now I have no problems. I will try with cron. Are you sure you have daemon mode disabled when running with cron ($globalDaemon=FALSE)?

MrDalle commented 6 years ago

found problem.. cron time and refresh on page was the problem...