[backend] Fix typo
This commit is contained in:
parent
7b415d4063
commit
6d111e3e45
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue