Changes between Initial Version and Version 2 of Ticket #636


Ignore:
Timestamp:
Oct 9, 2007, 7:17:57 PM (17 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #636

    • Property Milestone BASE 2.5BASE 2.6
    • Property Summary Kill a runing jobKill a running job
  • Ticket #636 – Description

    initial v2  
    1 It should be possible for a user to kill a running job. The core sends a kill signal to a job and the job tells the plugin to end all processes(threads?) it has opened. The job will have to communicate this to a jobserver.
     1It should be possible for a user to kill a running job. The core sends a kill signal to a job and the job tells the plugin to end all processes(threads?) it has opened. If  the job is running on a job agent this will have to be communicated through the a job agent.
     2
     3This also means that a job agent should stop all jobs gracefully when the job agent itself is stopped (see #798).