StochSS / stochss-compute

A compute delegation server for the StochSS family of stochastic simulators.
https://stochss.github.io/stochss-compute/
GNU General Public License v3.0
5 stars 0 forks source link

status and logging #160

Closed mdip226 closed 1 year ago

mdip226 commented 1 year ago

added logfile parameter and changed prints to logging.info()

mdip226 commented 1 year ago

launching instead of pending, use named logger scheme from gillespy2 add more statuses for when things fail or fail to load, ex. credential error

mdip226 commented 1 year ago

rename EC2Cluster

briandrawert commented 1 year ago

This might not be the right place to discuss, but a "sssc-root.pem" file is being created. This should be configured to be in a different location. Ask @BryanRumsey for more info

mdip226 commented 1 year ago

This might not be the right place to discuss, but a "sssc-root.pem" file is being created. This should be configured to be in a different location. Ask @BryanRumsey for more info

I'm gonna work on that in #164 that way I can organize the changes into one chunk. Basically I'm gonna pull out the constants from the ec2 file and make them configurable.