Skip to content

scheduler.rb #notify l373 #43

Open
@jmettraux

Description

@jmettraux

Scheduler#notify returns null in case of error. It prints the error and returns null. It should at least raise the error...

def notify(executor, o)
if executor
@hooker.notify(executor, o)
else
@hooker.wlist.notify(nil, o)
end
rescue => err
puts '-sch' * 19
puts "+ error in #{self.class}#notify"
p err
puts err.backtrace
puts ('-sch' * 19) + ' .'
end

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions