Skip to content

Commit

Permalink
Update src/Foundatio/Jobs/IQueueJob.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Eric J. Smith <[email protected]>
  • Loading branch information
niemyjski and ejsmith committed Jul 26, 2024
1 parent b3146ba commit d75c9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Foundatio/Jobs/IQueueJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public interface IQueueJob<T> : IJob where T : class
public static class QueueJobExtensions
{
/// <summary>
/// Will run until the wait timeout expires, if expired the job will be cancelled.
/// Will run until the queue is empty or the wait time is exceeded.
/// </summary>
/// <returns>The amount of queue items processed.</returns>
public static async Task<int> RunUntilEmptyAsync<T>(this IQueueJob<T> job, TimeSpan waitTimeout,
Expand Down

0 comments on commit d75c9e8

Please sign in to comment.