Skip to content

Commit

Permalink
fix link to event
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 21, 2016
1 parent 4573fdc commit ebed13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/FAQ.pod
Expand Up @@ -258,8 +258,8 @@ connection before the web server could send the whole 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<Mojolicious::Transaction/"finish"> for cleaning
up, or keep an extra reference to the transaction object.
cases you can use events like L<Mojo::Transaction/"finish"> for cleaning up, or
keep an extra reference to the transaction object.

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

Expand Down

0 comments on commit ebed13f

Please sign in to comment.