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
+5 -3
View File
@@ -110,6 +110,10 @@
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Polly, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Polly.4.2.0\lib\net45\Polly.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Net" />
<Reference Include="System.Web.DataVisualization" />
<Reference Include="System.Web.DynamicData" />
@@ -960,15 +964,13 @@
</Compile>
<Compile Include="Attributes\HttpParamActionAttribute.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Services\Cleanup.cs" />
<Compile Include="Services\EmailNotificationService.cs" />
<Compile Include="Services\PiscalQueueBase.cs" />
<Compile Include="Services\PiscalQueueManager.cs" />
<Compile Include="Services\PiscalQueueWorker.cs" />
<Compile Include="Services\PiscalService.cs" />
<Compile Include="HangfireStartup.cs" />
<Compile Include="Services\RetrieveOutputFiles.cs" />
<Compile Include="Services\SetComplete.cs" />
<Compile Include="Services\FinishComplete.cs" />
<Compile Include="Services\StartPending.cs" />
<Compile Include="Utility\MarkdownHelper.cs" />
<Compile Include="Utility\Validation.cs" />