Dagr can shutdown and restart
nh13 opened this issue · 0 comments
nh13 commented
If task fails to execute in Dagr, it would be nice if Dagr could shutdown and be restarted later for manually debugging.
Ideas include:
- dagr serializes all objects, then we can de-serialize those objects to restart dagr later
- have dagr load back up into a scala REPL with access the various tasks in the state upon shutdown
- other?