Commit Graph

6 Commits

Author SHA1 Message Date
Grant 93dc27b17a allow alternate scripts to run in docker, fix performance issue with workers 2024-07-10 10:16:54 -06:00
Grant b09ddd13b4 massive performance rewrite
- main canvas & blank canvas drawing moved to separate worker thread (if possible)
- server jobs moved to separate process (fixing CPU leak on heatmap generation)
- pixels now store if they are on top reducing db queries
- remove various methods to store pixel data in redis, reducing delay for various actions

additional fixed: (came up during performance fixes)
- added square fill (fixes #15)
- redraw loop (fixes #59)
- added keybind to deselect current color (fixes #54)
- pixel undos no longer delete the pixel from the db
- server logging now indicates what module triggered the log
2024-06-26 18:38:46 -06:00
Grant f567e7abd1 add env_file for local vars in docker-compose 2024-05-28 21:00:55 -06:00
Grant b6d9cfaffe add condition requirements to docker-compose 2024-05-26 14:59:07 -06:00
Grant cd62fc4f67 move everything to a dockerfile instead of complicated system lol 2024-04-02 16:52:39 -06:00
Grant 004e4926c4 docker & prod building 🎉 2024-03-11 20:59:47 -06:00