Add storage API abstraction
This commit is contained in:
committed by
Marcos Lilljedahl
commit
08b64dadde
@@ -33,7 +33,7 @@ type scheduler struct {
|
||||
}
|
||||
|
||||
func (sch *scheduler) Schedule(s *types.Session) {
|
||||
if s.IsPrepared() {
|
||||
if isSessionPrepared(s.Id) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user