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

Background Running (tracking) #4

Open
jeeftor opened this issue Apr 5, 2022 · 3 comments
Open

Background Running (tracking) #4

jeeftor opened this issue Apr 5, 2022 · 3 comments

Comments

@jeeftor
Copy link

jeeftor commented Apr 5, 2022

Have ya'll tried to get the background functionality working? I'm struggling through it - when I make progress I'll submit a PR...

Old workflows is a progress bar that runs in the bg - in python2 it works in python3 - it pretty much runs - checks the bg process once and exits... still trying to work through the why.

I've already made a few patches to at least make it run - all related to pickle -> cpickle but I think I have much more to discover

Just opened an issue to track the progress / discuss on this

@jeeftor
Copy link
Author

jeeftor commented Apr 5, 2022

I feel like this might in python3 be operating differently - but I'm not 100% sure:

image

Something does not seem to be detecting the background process is running - whether its related to pickle -> cPickle or maybe the kill 0 works differently in py3 :)

(Debugging this stuff is awkward at the very least)

@jeeftor
Copy link
Author

jeeftor commented Apr 5, 2022

image

Additionally when the bg process gets spawned right now its going to /dev/null so I've outputted these to files that I can read with:

tail -f /tmp/err.txt /tmp/out.txt

Which is useful as it discovers a few issue :)

@jeeftor
Copy link
Author

jeeftor commented Apr 5, 2022

Pull request #5 submitted...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant