hive-c0re: rfc3339 timestamps on dashboard api + sse json
This commit is contained in:
parent
cf3ac49729
commit
bac2c0a65e
6 changed files with 23 additions and 8 deletions
|
|
@ -74,7 +74,9 @@ pub struct PendingReminder {
|
|||
pub message: String,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub file_path: Option<String>,
|
||||
#[serde(with = "hive_sh4re::wire_time::iso")]
|
||||
pub due_at: i64,
|
||||
#[serde(with = "hive_sh4re::wire_time::iso")]
|
||||
pub created_at: i64,
|
||||
/// Most recent delivery failure for this row, if any. Cleared
|
||||
/// to NULL on operator retry. Surfaced inline in the dashboard
|
||||
|
|
|
|||
Loading…
Reference in a new issue