Skip to content

Releases: molssi-seamm/seamm_jobserver

Fixed issue with status of finished jobs

12 Mar 18:44
c48e456
Compare
Choose a tag to compare
  • Fixed a problem if a job returned a status of None, which was reported as an error.

Correcting the description of this package.

11 Mar 20:06
e679037
Compare
Choose a tag to compare
Merge pull request #13 from paulsaxe/main

Correcting the decription of this package.

Adding support for debugging

05 Mar 18:18
26e6078
Compare
Choose a tag to compare
  • Use the value of the environment variable SEAMM_LOG_LEVEL to set the log level for jobs. DEBUG, INFO, WARNING are three useful levels.

Adding awareness of running in Docker containers.

17 Jan 17:32
a24f6ea
Compare
Choose a tag to compare
Merge pull request #11 from molssi-seamm/dev

Adding awareness of running in Docker containers.

Improved the output in the GUI.

12 Dec 21:09
569b719
Compare
Choose a tag to compare
  • Improved the output to the GUI
  • Fixed a bug in the file path for the status file.

Substantial improvements to JobServer

31 Mar 15:02
1e9fa35
Compare
Choose a tag to compare
  • Switched to independent process for Jobs, which means they are fully independent of the JobServer and continue to run if the JobServer stops
  • Discover existing running jobs on startup and monitor them.
  • Added status information for the machine the JobServer is on as well as Jobs
  • Provide a GUI if run from the commandline, showing the log and status.

Added --version option

09 Jun 15:24
725f58f
Compare
Choose a tag to compare

What's Changed

  • Add --version option to print the version and stop by @paulsaxe in #7

Also internal change to switch to reusable GitHub workflows from molssi-seamm/devops.

Full Changelog: 2022.2.2...2022.6.9

Allowing jobs with parameters

09 Feb 17:09
9aa59e9
Compare
Choose a tag to compare

This works with SEAMM and the Dashboard to allow jobs with parameters from control-parameter steps, including files.

This version is functionally identical to the previous. However there was a bug in the continuous deployment (CD) that prevented the deployment. This patch fixes that.

Enabling jobs with parameters

09 Feb 16:49
e74fd1a
Compare
Choose a tag to compare

This works with SEAMM and the Dashboard to allow jobs with parameters from control-parameter steps, including files.

Working with new datastore and Dashboard

26 Nov 03:49
b2b3027
Compare
Choose a tag to compare

Small changes to keep compatibility with the datastore and Dashboard.