Ways to pause a Realm App
It would be awesome, if there was a way pause a Realm App via functions.
Currently we are pausing our cluster every night using a trigger. However that causes all our Realm apps' sync and triggers to crash, so I have to manually restart each of them every morning.
It would be awesome if I could pause/unpause a Realm App from a function. Something like this, maybe:
context.realm.app([app-id]).pause()
context.realm.app([app-id]).unpause()
1
vote
Morten
shared this idea