Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide way to reload conf file for new API keys without shutdown. #3

Closed
JohnOmernik opened this issue Feb 16, 2017 · 2 comments
Closed
Assignees
Milestone

Comments

@JohnOmernik
Copy link

Provide way to reload conf file for new API keys without shutdown.

Request Type

Feature Request

Problem Description

Currently, as far as I can tell, if we get a new configuration for analyzers, it requires us to stop and start cortex. This could cause failures on currently running analysis, that shouldn't have to happen. Instead a mechanism to either check conf every N seconds (configurable) for changes, and if change reload, or manually request reload of config would be helpful to ensure currently running analysis would not be interrupted .

@saadkadhi
Copy link
Contributor

saadkadhi commented Feb 16, 2017

Hi @JohnOmernik,

Thank you for your feature request. This is indeed a must-have that we have been thinking about for some time. We will be considering it for the next major version (1.1.0).

@saadkadhi saadkadhi added this to the 1.1.0 milestone Feb 16, 2017
@To-om
Copy link
Contributor

To-om commented May 7, 2017

Playframework doesn't provide any mechanism to reload configuration without restart the application (unless you run application in development mode).
This issue will be fixed when persistence (database) will be added to Cortex.

@To-om To-om modified the milestones: 2.0.0, 1.1.0 May 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants