We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
start_immediately
2 parents 54658a9 + 66c4035 commit 4495782Copy full SHA for 4495782
RELEASE_NOTES.md
@@ -10,7 +10,8 @@
10
11
## New Features
12
13
-<!-- Here goes the main new features and examples or instructions on how to use them -->
+* Added more detailed documentation on how to use pagination.
14
+* Added `start_immediately` to the create RPC.
15
16
## Bug Fixes
17
proto/frequenz/api/dispatch/v1/dispatch.proto
@@ -555,6 +555,9 @@ message CreateMicrogridDispatchRequest {
555
556
// Content of the dispatch to be created
557
DispatchData dispatch_data = 2;
558
+
559
+ // Optional, set start_time to NOW() (server-time) if set
560
+ optional bool start_immediately = 3;
561
}
562
563
// Response message for creating a new dispatch
0 commit comments