add sparse workload placement
This commit is contained in:
parent
ff8efd7f4a
commit
90dcc8665a
3 changed files with 55 additions and 16 deletions
|
|
@ -4,6 +4,7 @@ namespace App\Schedule;
|
|||
|
||||
enum WorkloadPlacement: string
|
||||
{
|
||||
case Spread = 'spread';
|
||||
case Start = 'start';
|
||||
case Middle = 'middle';
|
||||
case End = 'end';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue