methods to insert and get workflows from the workflows table. the insert method returns a UUID that will be returned to the gRPC client caller. we don't need a remove method because the TTL is enabled.
Depends on D11160
Paths
| Differential D11255 Authored by varun on Mar 5 2024, 10:55 PM.
Tags None Referenced Files
Details Summary methods to insert and get workflows from the workflows table. the insert method returns a UUID that will be returned to the gRPC client caller. we don't need a remove method because the TTL is enabled. Depends on D11160 Test Plan called the insert and get methods and got back the same WorkflowInProgress
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptMar 5 2024, 10:55 PM2024-03-05 22:55:03 (UTC-8) Harbormaster completed remote builds in B27354: Diff 37876.Mar 5 2024, 11:13 PM2024-03-05 23:13:30 (UTC-8) This revision is now accepted and ready to land.Mar 6 2024, 6:20 AM2024-03-06 06:20:54 (UTC-8) Harbormaster completed remote builds in B27366: Diff 37897.Mar 6 2024, 11:36 AM2024-03-06 11:36:32 (UTC-8) Closed by commit rCOMM66fb97a36bf4: [identity] db client methods to interact with workflows table (authored by varun). · Explain WhyMar 6 2024, 3:02 PM2024-03-06 15:02:11 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 37897 services/identity/src/constants.rs
services/identity/src/database.rs
services/identity/src/database/workflows.rs
services/identity/src/error.rs
|