treasure-data / digdag

Workload Automation System
https://www.digdag.io/
Apache License 2.0
1.3k stars 221 forks source link

digdag can't delete project #40

Closed frsyuki closed 8 years ago

frsyuki commented 8 years ago

Deleting a project should do this:

Implementation limitations are:

frsyuki commented 8 years ago

Digdag should have a background procedure that deletes old sessions periodically. it's not implemented but expected by design.

frsyuki commented 8 years ago

implementation idea 1:

This architecture makes it easy to have UNIQUE INDEX on name column. Looking up a project by name doesn't return logically deleted projects but looking up by id returns one. This is a naturally expected behavior.

Future plan 1: