Skip to content

Commit

Permalink
Turn off async gamespace deploy until we can control batch size.
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Oct 27, 2023
1 parent ff9352f commit 5d10a9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ await _store.DoTransaction(async dbContext =>

var challengeDeployResults = await DeployChallenges(request, cancellationToken);
// SOON
// var challengeGamespaces = await DeployGamespaces(request, cancellationToken);
var challengeGamespaces = await DeployGamespacesAsync(request, cancellationToken);
var challengeGamespaces = await DeployGamespaces(request, cancellationToken);
// var challengeGamespaces = await DeployGamespacesAsync(request, cancellationToken);

// establish all sessions
_logger.LogInformation("Starting a synchronized session for all teams...", request.GameId);
Expand Down

0 comments on commit 5d10a9a

Please sign in to comment.