MI-DPLA / combine

Combine /kämˌbīn/ - Metadata Aggregator Platform
MIT License
26 stars 11 forks source link

ability to stop background tasks #312

Closed ghukill closed 5 years ago

ghukill commented 5 years ago

Where the job_id is known for / associated with a background task, it is possible kill the Spark job in much the same way Jobs are stopped. Much needed functionality for long running bg tasks.

Might conider adding as method to CombineBackgroundTask?

ghukill commented 5 years ago

Stop button in bg tasks view, may look into adding to task global msg, but closing here as methods are in place.