DistributedTaskScheduling / JobAdder

Source code of the JobAdder project
GNU General Public License v3.0
2 stars 1 forks source link

Add support for cancelling jobs in the scheduler #181

Closed ammen99 closed 4 years ago

ammen99 commented 4 years ago

Since the jobs are still running, they need to come to the scheduler which then dispatches the cancel command to the workers.

The resources of these jobs need to be deallocated by the scheduler.

Fixes #165