unity-sds / unity-sps-prototype

Apache License 2.0
2 stars 7 forks source link

[Bug]: Prevent duplicate documents in jobs database #194

Open LucaCinquini opened 1 year ago

LucaCinquini commented 1 year ago

As a job is submitted and executed, the document that describes the job in the database needs to be progressively updated with new/updated information, as opposed to creating new documents for the same job at each stage.

LucaCinquini commented 1 year ago

Implemented by Drew.