Skip to content

Commit

Permalink
Merge pull request #68 from tluyben/master
Browse files Browse the repository at this point in the history
Change license to LGPL 3
  • Loading branch information
arnoldasgudas committed Mar 11, 2020
2 parents ad12ca5 + 8566e2f commit 3750e29
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 336 deletions.
2 changes: 1 addition & 1 deletion Hangfire.MySql/JobQueue/MySqlJobQueue.cs
Expand Up @@ -75,7 +75,7 @@ public IFetchedJob Dequeue(string[] queues, CancellationToken cancellationToken)
}
catch (MySqlException ex)
{
Logger.ErrorException(ex.Message, ex);
//Logger.ErrorException(ex.Message, ex);
_storage.ReleaseConnection(connection);
throw;
}
Expand Down

0 comments on commit 3750e29

Please sign in to comment.