Skip to content

Commit

Permalink
fix: workflow ts hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterPtato committed Jun 20, 2024
1 parent a3b31e0 commit d750f77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/chirp-workflow/core/src/ctx/workflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ impl WorkflowCtx {
workflow_id: self.workflow_id,
name: self.name.clone(),
create_ts: self.create_ts,
ts: rivet_util::timestamp::now(),
ray_id: self.ray_id,

registry: self.registry.clone(),
Expand Down Expand Up @@ -484,6 +485,7 @@ impl WorkflowCtx {
workflow_id: self.workflow_id,
name: I::Workflow::NAME.to_string(),
create_ts: rivet_util::timestamp::now(),
ts: rivet_util::timestamp::now(),
ray_id: self.ray_id,

registry: self.registry.clone(),
Expand Down

0 comments on commit d750f77

Please sign in to comment.