feat: add service lock file and multi-worker startup guard with session cache clear

This commit is contained in:
2026-06-02 21:17:51 +00:00
parent a136287d36
commit 13870d3219
30 changed files with 406 additions and 103 deletions
+5
View File
@@ -0,0 +1,5 @@
{% if _user %}
<a href="/profile/{{ _user['username'] }}"{% if _class %} class="{{ _class }}"{% endif %}>{{ _user['username'] }}</a>
{% else %}
<a href="#"{% if _class %} class="{{ _class }}"{% endif %}>Unknown</a>
{% endif %}