[backend] Fix typo

This commit is contained in:
Laura Hausmann 2024-07-27 02:06:39 +02:00
parent 7b415d4063
commit 6d111e3e45
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -209,7 +209,7 @@ public class PostgresJobQueue<T>(
* *
* The shutdown process functions as follows: * The shutdown process functions as follows:
* 1. While 'token' is not yet canceled, and there are still running jobs: * 1. While 'token' is not yet canceled, and there are still running jobs:
* 2.1 Wait for any job them to finish, or for 'token' to be canceled * 1.1 Wait for any job them to finish, or for 'token' to be canceled
*/ */
public async Task ExecuteAsync( public async Task ExecuteAsync(
IServiceScopeFactory scopeFactory, CancellationToken token, CancellationToken queueToken IServiceScopeFactory scopeFactory, CancellationToken token, CancellationToken queueToken