Skip to content

Commit 4495782

Browse files
authored
Add start_immediately to create RPC (#206)
2 parents 54658a9 + 66c4035 commit 4495782

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
## New Features
1212

13-
<!-- Here goes the main new features and examples or instructions on how to use them -->
13+
* Added more detailed documentation on how to use pagination.
14+
* Added `start_immediately` to the create RPC.
1415

1516
## Bug Fixes
1617

proto/frequenz/api/dispatch/v1/dispatch.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,9 @@ message CreateMicrogridDispatchRequest {
555555

556556
// Content of the dispatch to be created
557557
DispatchData dispatch_data = 2;
558+
559+
// Optional, set start_time to NOW() (server-time) if set
560+
optional bool start_immediately = 3;
558561
}
559562

560563
// Response message for creating a new dispatch

0 commit comments

Comments
 (0)