I am using nodejs and I return my response as follows:
res.status(503).json({"error": {"retry": true}}).end();
In the UI