Skip to content

Conversation

@wtfrank
Copy link

@wtfrank wtfrank commented May 30, 2021

Allows settings such as number of threads to be tweaked without restarting "plotman plot".

allows settings such as number of threads to be tweaked without
restarting plotman
@altendky
Copy link
Collaborator

This would at least need to be configurable. I share my configs between multiple machines and use git to transfer between and so various changes could get loaded that do not make sense while I am processing through that. Also, what should happen if the reload fails?

@mk01
Copy link
Contributor

mk01 commented Jul 6, 2021

@altendky
of course old config should be retained.

            try:
                newcfg = configuration.get_validated_configs(configuration.read_configuration_text(config_path), config_path)
                cfg = newcfg
            except Exception as ex:
                print('... while reloading config: %s' % (str(ex)))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants