David L. Dotson
David L. Dotson
Actually, think this runs into the same problem that prompted #203: installing new `openfe` dependencies, such as `kartograff` in this case, that aren't required by the most recent release. I...
Related in spirit to #163.
You can set the number of retries to 0 on the `AlchemiscaleClient` on init with `max_retries=0`. Also, could set after init with `client.max_retries = 0`. Does that meet your needs?
Think we're now held back by `myst-nb`: https://github.com/executablebooks/MyST-NB/issues/493 Doesn't allow us to use `sphinx` >= 4.0`. :cry:
We want to align this with the work being performed in OpenFreeEnergy/gufe#186 and OpenFreeEnergy/gufe#234. To accomplish this, I've articulated a proposal that subsumes the work in this PR in #180.
Actually, it's very useful to have two separate max times that can be set, with different meanings: - `max_time_soft`: amount of time to run, beyond which the service will shut...
@hmacdope can you drop any findings you come across on this question here?
Awesome, thanks for these notes @hmacdope! This is great fodder for a decision on how to proceed for these methods.
I think we can cut one of these alongside releases. Perhaps derive from `docker.yml` and call it `docker-prod.yml`?