Adding TODO
This commit is contained in:
parent
4f957e91da
commit
d4ae655b4e
@@ -0,0 +1,8 @@
|
||||
- [ ] Implement shutdown when world is complete
|
||||
- [ ] Implement endpoints
|
||||
- Get state over interval
|
||||
- Store (interval, {UP,QUEUED,ERRORED, ETC})
|
||||
- Get attempts
|
||||
- [ ] Convert Runner to be more like daggyr runner
|
||||
- [ ] Implement task kill / stop
|
||||
- [ ] Implement force resource down with cascade
|
||||
@@ -2,7 +2,6 @@ use actix_cors::Cors;
|
||||
use actix_web::{error, middleware::Logger, web, App, HttpResponse, HttpServer, Responder};
|
||||
use clap::Parser;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
use tokio::sync::{mpsc, oneshot};
|
||||
use waterfall::prelude::*;
|
||||
|
||||
Reference in New Issue
Block a user