Skip to content

Commit 8409fea

Browse files
authored
Update 17/umbraco-cms/reference/scheduling.md
1 parent 201786f commit 8409fea

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
@@ -339,7 +339,7 @@ When load balancing the backoffice, all servers will have the `SchedulingPublish
339339

340340
Instead, for jobs that should only run on a single server, you should implement an `IDistributedBackgroundJob`.
341341

342-
`IDistributedBackgroundJobs` is separate from `IRecurringBackgroundJob`, and are tracked in the database to ensure that only a single server runs the job at any given time.
342+
`IDistributedBackgroundJob` is separate from `IRecurringBackgroundJob`, and is tracked in the database to ensure that only a single server runs the job at any given time.
343343
This also means that you are not guaranteed what server will run the job, but you are guaranteed that only one server will run it.
344344

345345
By default, distributed background jobs are checked every 5 seconds, with an initial delay of 1 minute after application startup. These settings can be changed in appsettings, see [Distributed jobs settings](./configuration/distributedjobssettings.md) for more information.

0 commit comments

Comments
 (0)