feat: add retry to db connection when startup.

This commit is contained in:
2022-01-19 17:20:55 +08:00
parent c567122d84
commit 44b5df3d24
6 changed files with 43 additions and 34 deletions
+9 -6
View File
@@ -1,10 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<head>
<meta charset="utf-8"/>
<title>{% block title %}{% endblock %}</title>
</head>
<body>
{% block body %}{% endblock %}
</body>
<link rel="shortcut icon" href="/images/favicon.png"/>
<link rel="bookmark" href="/images/favicon.png"/>
<link rel="stylesheet" type="text/css" href="/css/site.css"/>
</head>
<body>
{% block body %}{% endblock %}
</body>
</html>