Support for removing the assigned jobs #8055
-
Checklist
Lotus component
Improvement SuggestionIn some reason, i got overload jobs assigned for workers, i.e. got 9k jobs while workers can only run 51 jobs. I tried to auto remove the jobs and sectors by simple scripts, but it's such a pain cause i remove 2k jobs using 10 hours. So here i am asking team could tell me how to remove the assigned jobs, cause it can speed up my progress to removing the useless sealing jobs. Or is there any solutions for my problem, all i need is to removing all the old overload sealing jobs. Please help!!! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @oneforalone First - I think you need to write a better pledge script or slow down the deals - because 9k jobs is way too much, for a data cluster of machine that can only handle 51 jobs ! Second, this is isn't a lotus issue - the issue is created by the user so I will transfer the ticket over to discussions for help and troubleshooting. I do have environment if all things fail, shut down miner: Only use as last resort! - and keep in mind that this will most likely break other sectors if the workers is still working on other sectors. |
Beta Was this translation helpful? Give feedback.
-
I am archiving this discussion as there has been no new updates from the author. |
Beta Was this translation helpful? Give feedback.
Hi @oneforalone
First - I think you need to write a better pledge script or slow down the deals - because 9k jobs is way too much, for a data cluster of machine that can only handle 51 jobs !
Second, this is isn't a lotus issue - the issue is created by the user so I will transfer the ticket over to discussions for help and troubleshooting.
I do have environment if all things fail, shut down miner:
export LOTUS_MINER_ABORT_UNFINISHED_WORK=1
and
lotus-miner run
.Only use as last resort! - and keep in mind that this will most likely break other sectors if the workers is still working on other sectors.