File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
WorkflowCore/Services/BackgroundTasks Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 44 <PackageLicenseUrl >https://github.com/danielgerlag/workflow-core/blob/master/LICENSE.md</PackageLicenseUrl >
55 <RepositoryType >git</RepositoryType >
66 <RepositoryUrl >https://github.com/danielgerlag/workflow-core.git</RepositoryUrl >
7- <Version >3.6.0 </Version >
8- <AssemblyVersion >3.6.0 .0</AssemblyVersion >
9- <FileVersion >3.6.0 .0</FileVersion >
7+ <Version >3.6.1 </Version >
8+ <AssemblyVersion >3.6.1 .0</AssemblyVersion >
9+ <FileVersion >3.6.1 .0</FileVersion >
1010 <PackageIconUrl >https://github.com/danielgerlag/workflow-core/raw/master/src/logo.png</PackageIconUrl >
11- <PackageVersion >3.6.0 </PackageVersion >
11+ <PackageVersion >3.6.1 </PackageVersion >
1212 </PropertyGroup >
1313</Project >
Original file line number Diff line number Diff line change @@ -161,6 +161,9 @@ private async Task PollCommands()
161161 {
162162 try
163163 {
164+ if ( ! _persistenceStore . SupportsScheduledCommands )
165+ return ;
166+
164167 if ( await _lockProvider . AcquireLock ( "poll-commands" , new CancellationToken ( ) ) )
165168 {
166169 try
You can’t perform that action at this time.
0 commit comments