-
Notifications
You must be signed in to change notification settings - Fork 220
api/exec await + latex #7722
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
Merged
Merged
api/exec await + latex #7722
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5747662
to
8738f1b
Compare
8738f1b
to
a6ed19f
Compare
This was referenced Aug 6, 2024
…g (resetting state, etc.) and forced build kills all known build jobs
e9bf236
to
2891dd0
Compare
3dd65fa
to
0a17a19
Compare
c3e0cc3
to
2edcedf
Compare
0d31762
to
ff62e0a
Compare
ff62e0a
to
b4b27e6
Compare
2 tasks
…g and a kill signal
…ning compile tasks if stopped
This is by far not perfect, but it is definitely a step forward. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
coming up with the right semantics to start, get and await an async job
using this to enhance latex document compilation. this is way harder than I hoped for :-( ... the more I debug, the more problems come to the surface.
this fixes simple tikz error causes latex build to hang with no easy way to kill running latex job (problem is that you can't easily kill it) #3783 by letting users click a stop button if there is no progress
Here is how this looks after >15 seconds. Of course, there is no indication why. The log stops and cpu is high. More informative than before.
after compilation is done, this adds peak known memory usage and duration at the top of the logs.
Checklist: