Opened 9 years ago
Closed 9 years ago
#85 closed task (fixed)
Make clean-up of job service easier if something goes wrong
Reported by: | johren@bbn.com | Owned by: | jack.hong@nicta.com.au |
---|---|---|---|
Priority: | major | Milestone: | GEC20 |
Component: | Job Service | Version: | Sprint4 |
Keywords: | Cc: | ||
Dependencies: |
Description
Discussed at the 3/31/14 meeting. When something goes wrong in the job service, it is sometimes hard to tell what is happening without cleaning up some of the jobs. This should be a little easier to do.
Change History (2)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in commit #0b33ea7 at git@github.com:mytestbed/omf_job_service.git
Now bin/abort_job script in the repo can kill all pending/running jobs.
See bin/abort_job -h