|
@@ -33,9 +33,7 @@ namespace DataSharing.SendTask
|
|
|
var task = await _queue.DequeueAsync<DsSendTask>(SendTaskDefaults.SendTaskQueue, context.CancellationToken);
|
|
|
if (task is not null)
|
|
|
{
|
|
|
- // if (task.PlatformSource == Share.Enums.EPlatformSource.CityDataExchange)
|
|
|
await _sendTaskDataService.SendTask(task, context.CancellationToken);
|
|
|
- //_logger.LogInformation($"send task execute, taskId: {task.Id}");
|
|
|
}
|
|
|
}
|
|
|
|