terascope / teraslice

Scalable data processing pipelines in JavaScript
https://terascope.github.io/teraslice/
Apache License 2.0
50 stars 13 forks source link

Add force option to teraslice-cli jobs and tjm stop commands #3501

Closed jeffmontagna closed 10 months ago

jeffmontagna commented 11 months ago

Add a force option to teraslice-cli to the jobs and tjm stop commands.

Documentation

https://terascope.github.io/teraslice/docs/management-apis/endpoints-json#post-v1jobsjobid_stop

Commands

godber commented 10 months ago

We've decided against implementing this, we will add a separate command in the future to accommodate it, not only that, we intend to re-implement this functionality as a separate Teraslice HTTP API endpoint as described here https://github.com/terascope/teraslice/issues/3519. So instead of /JOBID/_stop?force it will be a completely different action on a job.