I met a problem related with LiveQuery: Sometimes doesn’t trigger Create, Update event, while sometimes it works.
I used Parse Server version 5, one parse server on a single physical machine, with only pm2, no other load balancers. Will the pm2 be the cause? Should I use redis server under my situation?
I pasted the related code below, just followed the docs from official Parse Server documentation: server side code:
I’m following this one too as I am scaling a multi-instance/cpu Live Query Parse Server up to use redis. Client side looks fine - i’m not sure what would be causing this
If the pm2 is spawning multiple processes of your Parse Server, you need to setup redis for Live Query. Could you share your setup for live query and redis? As long as I know there is no away to get more logs for Live Query besides the verbose option.