Add retry for background enqueue in PiscalQueueManager
This commit is contained in:
@@ -16,7 +16,7 @@ namespace LeafWeb.Web.Services
|
||||
}
|
||||
catch (PiscalClientException ex)
|
||||
{
|
||||
PiscalExceptionNotify(ex, leafInput);
|
||||
PiscalExceptionHandle(ex, leafInput);
|
||||
|
||||
if (leafInput != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user