Example #1
0
        public async Task Execute(IJobExecutionContext context)
        {
            _logger.LogInformation("Synchronization process started");
            await _synchronizer.SynchronizeWalletsAsync().ConfigureAwait(false);

            _logger.LogInformation("Synchronization process completed");
        }