Skip to content

Commit

Permalink
also mention why
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 22, 2016
1 parent d14532f commit f9453ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Mojolicious/Guides/FAQ.pod
Expand Up @@ -259,7 +259,8 @@ response. While this is generally harmless in itself, special care must be taken
for non-blocking operations that might still be active, because once the
connection has been closed L<Mojolicious::Controller/"tx"> will no longer be
available. In such cases you can use events like L<Mojo::Transaction/"finish">
for cleaning up, or keep an extra reference to the transaction object.
for cleaning up, or keep an extra reference to the transaction object, so it
doesn't get destroyed too early.

=head2 What does "Worker 31842 has no heartbeat, restarting" mean?

Expand Down

0 comments on commit f9453ef

Please sign in to comment.