mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
docs: add documentation for prebuild scheduling feature (#18462)
Follow-up to https://github.com/coder/coder/pull/18126 Changes: - address issue mentioned here: https://github.com/coder/coder/pull/18126#discussion_r2144557600 - add docs for prebuilds scheduling --------- Co-authored-by: Danny Kopping <danny@coder.com> Co-authored-by: Atif Ali <atif@coder.com>
This commit is contained in:
committed by
GitHub
parent
da5d5ba96a
commit
8e3022ed9e
@ -518,7 +518,7 @@ func (c *StoreReconciler) CalculateActions(ctx context.Context, snapshot prebuil
|
||||
return nil, ctx.Err()
|
||||
}
|
||||
|
||||
return snapshot.CalculateActions(c.clock, c.cfg.ReconciliationBackoffInterval.Value())
|
||||
return snapshot.CalculateActions(c.cfg.ReconciliationBackoffInterval.Value())
|
||||
}
|
||||
|
||||
func (c *StoreReconciler) WithReconciliationLock(
|
||||
|
Reference in New Issue
Block a user