You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was playing around with running ephemeris in parallel and found two interesting issues, first, when starting a concurrent job, the API key for previously running jobs gets revoked and ephemeris reports these as failures, but checking them in the interface shows they actually succeeded. In working around this issue, I found another one:
I can't actually seem to run tests as a specific user (Tried many combos of flags, and the current git dev version). I came up with a dirty solution in the code to test it (src/ephemeris/shed-tools.py L265-L273):
Obviously this breaks some other conditionals and what not but I just wanted to confirm this is the issue, and it does seem to be.
If you would like, I could try my hand at cleaning it up a little and submitting a PR, but I wanted to check first if this is in your plans to fix already.
Thank you!
Joe
The text was updated successfully, but these errors were encountered:
Hello,
I was playing around with running ephemeris in parallel and found two interesting issues, first, when starting a concurrent job, the API key for previously running jobs gets revoked and ephemeris reports these as failures, but checking them in the interface shows they actually succeeded. In working around this issue, I found another one:
I can't actually seem to run tests as a specific user (Tried many combos of flags, and the current git dev version). I came up with a dirty solution in the code to test it (src/ephemeris/shed-tools.py L265-L273):
Obviously this breaks some other conditionals and what not but I just wanted to confirm this is the issue, and it does seem to be.
If you would like, I could try my hand at cleaning it up a little and submitting a PR, but I wanted to check first if this is in your plans to fix already.
Thank you!
Joe
The text was updated successfully, but these errors were encountered: