Skip to content

Commit

Permalink
Turn on deploy async for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Oct 27, 2023
1 parent d130e42 commit 5bb9c21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ await _store.DoTransaction(async dbContext =>
dbContext.Update(game);

var challengeDeployResults = await DeployChallenges(request, cancellationToken);
var challengeGamespaces = await DeployGamespaces(request, cancellationToken);
// SOON
// 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 5bb9c21

Please sign in to comment.