Mercurial > prosody-modules
view mod_traceback/README.markdown @ 4670:1b81b7269858
mod_http_oauth2: Gracefully handle cache write failure
Would previously have thrown an error and probably returned a traceback.
This would only happen if a *lot* of authorization codes were requested
in a short interval.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 02 Sep 2021 23:06:58 +0200 |
parents | db0f654b9b3f |
children |
line wrap: on
line source
This module writes out a traceback to `traceback.txt` in Prosodys data directory (see `prosodyctl about`) when the signal `SIGUSR1` is received. This is useful when debugging seemingly frozen instances in case it is stuck in Lua code.