Add retry for background enqueue in PiscalQueueManager

This commit is contained in:
2016-04-19 07:33:26 -04:00
parent 3f12f19b70
commit 1359100670
8 changed files with 67 additions and 61 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace LeafWeb.Web.Services
}
catch (PiscalClientException ex)
{
PiscalExceptionNotify(ex, leafInput);
PiscalExceptionHandle(ex, leafInput);
if (leafInput != null)
{