Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More cases to prevent blocking jobs in suspendmanager #3049

Closed
lukemaurer opened this issue Mar 19, 2023 · 2 comments · Fixed by DFHack/scripts#737
Closed

More cases to prevent blocking jobs in suspendmanager #3049

lukemaurer opened this issue Mar 19, 2023 · 2 comments · Fixed by DFHack/scripts#737
Assignees

Comments

@lukemaurer
Copy link

I needed to build a wall two levels high, so for the second level, I built a ramp and designated the second level of wall to be built. Trouble is, of course, it has to be built starting from the far side from the ramp:

Janky suspendmanager

(Here I built ramps on both sides to speed things up.) Trouble is, suspendmanager saw that it had to suspend the first tile (nearest the ramp) but not that it needed to suspend every tile but the last. Also, if I suspended the others manually, suspendmanager un-suspended them, so I had to turn off "prevent blocking jobs" altogether.

@myk002
Copy link
Member

myk002 commented Mar 19, 2023

@plule

@plule
Copy link
Contributor

plule commented Mar 19, 2023

I had some starting point today to support this, but it will be a significant change on how suspendmanager operate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
3 participants