@@ -13,5 +13,5 @@ pub struct Context {
|
||||
/// Actor ids which can execute jobs in this context
|
||||
executors: Vec<u32>,
|
||||
created_at: Timestamp,
|
||||
upddated_at: Timestamp,
|
||||
updated_at: Timestamp,
|
||||
}
|
||||
|
@@ -15,7 +15,7 @@ pub struct Runner {
|
||||
topic: String,
|
||||
/// If this is true, the runner also listens on a local redis queue
|
||||
local: bool,
|
||||
crated_at: Timestamp,
|
||||
created_at: Timestamp,
|
||||
updated_at: Timestamp,
|
||||
}
|
||||
|
||||
|
@@ -275,4 +275,3 @@ impl RedisDriver {
|
||||
self.hget_model(db, &key).await
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user