Skip to content

Commit

Permalink
🖋
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanWilhite committed Jun 26, 2024
1 parent 1752513 commit e6150c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Songhay.Publications.Hosting/PublicationsHostedService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public Task StartAsync(CancellationToken cancellationToken)
/// <param name="cancellationToken">Indicates that the shutdown process should no longer be graceful.</param>
public Task StopAsync(CancellationToken cancellationToken)
{
_logger.LogWarning("Stopping `{Name}`...", nameof(DefaultHostedService));
_logger.LogWarning("Stopping `{Name}`...", nameof(PublicationsHostedService));

Environment.ExitCode = _exitCode.GetValueOrDefault(-1);
// FUNKYKB: exit code may be null should use enter Ctrl+c/SIGTERM.
Expand Down

0 comments on commit e6150c0

Please sign in to comment.