|
|
|
@ -40,7 +40,7 @@ namespace Shentun.Peis.Schedulers |
|
|
|
Logger.LogInformation("Executed ChargeRequestInterfaceQueryWorker..!"); |
|
|
|
return Task.CompletedTask; |
|
|
|
} |
|
|
|
[DisableConcurrentExecution(timeoutInSeconds: 10 * 60)] |
|
|
|
//[DisableConcurrentExecution(timeoutInSeconds: 10 * 60)]
|
|
|
|
public void DoWork(Guid interfaceId) |
|
|
|
{ |
|
|
|
if (_isRunning) return; |
|
|
|
|