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 4
4
<PackageLicenseUrl >https://github.com/danielgerlag/workflow-core/blob/master/LICENSE.md</PackageLicenseUrl >
5
5
<RepositoryType >git</RepositoryType >
6
6
<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 >
10
10
<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 >
12
12
</PropertyGroup >
13
13
</Project >
Original file line number Diff line number Diff line change @@ -161,6 +161,9 @@ private async Task PollCommands()
161
161
{
162
162
try
163
163
{
164
+ if ( ! _persistenceStore . SupportsScheduledCommands )
165
+ return ;
166
+
164
167
if ( await _lockProvider . AcquireLock ( "poll-commands" , new CancellationToken ( ) ) )
165
168
{
166
169
try
You can’t perform that action at this time.
0 commit comments