swsnu / swppspr2015

Repository for discussing common issues that are not project-specific, SNU SWPP Spring 2015
https://sites.google.com/site/snuswppspr2015/
0 stars 0 forks source link

Question about Handler Change #27

Open HurSungYun opened 9 years ago

HurSungYun commented 9 years ago

In this assignment, we have to implemnet KillJobFailureHandler and ReexecuteTaskFailureHandler.

Should I make the user to change handlers possible in running driver? or just write how to change code for changing injection in README file?

bgchun commented 9 years ago

You can configure it at construction time.

But if you'd like to allow a user to specify a failure handler for its command (job), it's fine to do so. This will lead to a different design, which you need to describe in README.

On Tue, Jun 9, 2015 at 3:57 AM, HurSungYeon notifications@github.com wrote:

In this assignment, we have to implemnet KillJobFailureHandler and ReexecuteTaskFailureHandler.

Should I make the user to change handlers possible in running driver? or just write how to change code for changing injection in README file?

— Reply to this email directly or view it on GitHub https://github.com/swsnu/discussionswppspr2015/issues/27.

Byung-Gon Chun