Skip to content

Commit

Permalink
Continue if session crashes (#7223)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Sep 1, 2024
1 parent 82dcddd commit 0274f69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions panel/command/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ def warm_applications(self, applications, reuse_sessions, error=True, initialize
except Exception as e:
if error:
raise e
else:
continue
with set_curdoc(session.document):
if config.session_key_func:
reuse_sessions = False
Expand Down

0 comments on commit 0274f69

Please # to comment.