Yeah, this is expected. Restore operations can be tracked uisng the /health endpoint. So if you see opRestore in the ongoing task list, then restore is in progress. Else, it completed.
Should I see opRestore in /health? I only see the draining message when running a restore.
the server is in draining mode and client requests will only be allowed after exiting the mode by sending a GraphQL draining(enable: false) mutation to /admin
Thanks, @dmai for correcting. Yeah, the alpha goes into draining mode when a restore is in progress. Hence, /health endpoint shows up draining message.