Ankush Menat
3414c0d063
refactor!: Merge redis_socketio and redis_queue
...
- realtime communication uses pub-sub and no storage. So using same
redis server for both should be just fine.
- This is how FC works since quite a lot of time. We haven't seen any
problem so far.
2023-06-11 11:40:22 +05:30
Ankush Menat
40f27f908a
style: format JS files with prettier
2022-08-04 14:51:01 +05:30
Suraj Shetty
05f416e448
refactor: Removed vendored socketio library
...
- Removed vendored socketio library
- Add socket.io-client library
- Removed unnecessary code in socketio server
- Remove chat related code
2022-06-29 14:58:13 +05:30
Revant Nandgaonkar
ff21cd4fce
fix: set correct default redis async broker in node_utils
2021-05-21 16:09:43 +05:30
Faris Ansari
c5c50c290e
fix: redis createClient call
2021-05-18 15:48:18 +05:30
Faris Ansari
807070282c
fix: Abort redis retries only for esbuild
2021-05-18 13:41:57 +05:30
Faris Ansari
e711ada61c
fix: build should work even when redis is down
2021-05-16 11:53:05 +05:30
Faris Ansari
adc236e35d
feat: Notify build events to browser
...
- Update assets_json directly from node
- Show error overlay or success message
- Open file in editor from error overlay
2021-05-01 16:02:49 +05:30
Faris Ansari
5c7197a790
fix: Set default site for socketio using env var
2021-02-09 13:39:59 +05:30
Faris Ansari
b3249fd23a
feat(build): Log build errors in browser console ( #5932 )
2018-08-07 14:42:39 +05:30