-
Notifications
You must be signed in to change notification settings - Fork 5
Overlapping Freyja Runs #90
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
Comments
Unable to reproduce: >>> p = subprocess.Popen(demix, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
>>> _, error = p.communicate()
>>> error
b''
>>> p.returncode
0 |
The job at 12:45pm started before the 10:45am one completed. This error could have come as a result of a conflict |
Solution is in place to address this for the |
To avoid this from happening in future runs, we should look into increasing the allocation of cores to this job so that it (hopefully) runs faster. Alternatively we can reduce the frequency of the cron job. |
Script runs on 10 cores now instead of just 1 core |
Uh oh!
There was an error while loading. Please reload this page.
Exception was raised even through
freyja demix
command ran successfully:gromstole/freyja/trim.py
Lines 155 to 167 in cf5f290
Exception: Subprocess failed with return code 2 when running freyja demix
The text was updated successfully, but these errors were encountered: