Skip to content

Commit

Permalink
Merge pull request #280 from kse-publications/feat/vss-distribution-v…
Browse files Browse the repository at this point in the history
…isualization

fix(backend): add log when /sync endpoint hit & sync task is running
  • Loading branch information
PrudiusVladislav authored Jul 1, 2024
2 parents e689ef9 + 6779f84 commit 9df1b91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ private async Task ExecuteSyncDatabasesTask()
{
if (!_mutex.TryGetLock(nameof(SyncDatabasesTask), timeoutMinutes: 30))
{
_logger.LogInformation("SyncDatabasesTask is already running. Skipping this run.");
return;
}

Expand Down

0 comments on commit 9df1b91

Please sign in to comment.