Closed nicolae-stroncea closed 4 years ago
This is because of how PyInstaller works, run it from source and you will see that it will only be one process.
See the following link for more information: https://stackoverflow.com/questions/33405338/how-to-eliminate-two-instances-of-exe-compiled-by-pyinstaller
Describe the bug
ps aux | grep aw-
Is this expected behaviour or are the processes duplicated for some reason?
Events are being stored normally in the database, but that is expected as even if they were sent twice, they would be merged together due to heartbeats.
Note: If I launch aw-server-rust, aw-server-rust will run in 1 single process, however the watchers will still take 2 processes each