feat: flow add eval interval (#273)
* feat: create flow eval interval Signed-off-by: discord9 <discord9@163.com> * fix: eval interval Signed-off-by: discord9 <discord9@163.com> * chore: make all Signed-off-by: discord9 <discord9@163.com> * fix: flow create request Signed-off-by: discord9 <discord9@163.com> * chore: make all Signed-off-by: discord9 <discord9@163.com> * chore: fmt Signed-off-by: discord9 <discord9@163.com> --------- Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
@@ -105,6 +105,11 @@ message ExpireAfter {
|
||||
int64 value = 1;
|
||||
}
|
||||
|
||||
// Eval Interval in seconds
|
||||
message EvalInterval {
|
||||
int64 seconds = 1;
|
||||
}
|
||||
|
||||
message FlightMetadata {
|
||||
AffectedRows affected_rows = 1;
|
||||
Metrics metrics = 2;
|
||||
|
||||
Reference in New Issue
Block a user