Skip to content

Commit e4c3109

Browse files
authored
Update 17/umbraco-cms/reference/scheduling.md
1 parent 8258d7b commit e4c3109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17/umbraco-cms/reference/scheduling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ By default, distributed background jobs are checked every 5 seconds, with an ini
346346

347347
### Implementing a custom distributed background job
348348

349-
To implement a custom distributed background job, create a class that implements the `IDistributedBackgroundJob` interface. Like with `IRecurringBackgroundJob` DI is available in the constructor.
349+
To implement a custom distributed background job, create a class that implements the `IDistributedBackgroundJob` interface. As with `IRecurringBackgroundJob`, dependency injection (DI) is available in the constructor.
350350

351351
```csharp
352352
public class MyCustomBackgroundJob : IDistributedBackgroundJob

0 commit comments

Comments
 (0)