Load balancing backoffice: Add missing id to distributed jobs when updating (#20642)

* Add ID when updating background job

* Reduce default period to 5 seconds

* Apply suggestions from code review

Co-authored-by: Andy Butland <abutland73@gmail.com>

---------

Co-authored-by: Andy Butland <abutland73@gmail.com>
This commit is contained in:
Mole
2025-10-27 08:49:25 +01:00
committed by GitHub
parent bd6ab83712
commit 981c9a7db2
3 changed files with 8 additions and 1 deletions

View File

@@ -5,6 +5,11 @@
/// </summary>
public class DistributedBackgroundJobModel
{
/// <summary>
/// The id of the job.
/// </summary>
public int Id { get; set; }
/// <summary>
/// Name of job.
/// </summary>