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

time rules are not stored by service and subservice #191

Closed
AlvaroVega opened this issue Mar 3, 2022 · 1 comment
Closed

time rules are not stored by service and subservice #191

AlvaroVega opened this issue Mar 3, 2022 · 1 comment

Comments

@AlvaroVega
Copy link
Member

Then the same rulename could not be used by different service and subservices

PUT in

rulesInfo.put(ruleName.get(0), jo.getJSONObject(i));

GET in

JSONObject rule = TimeRulesStore.getInstance().getRuleInfo(ruleName);

return rulesInfo.get(ruleName.split("@")[0]);

@fgalan
Copy link
Member

fgalan commented Mar 7, 2022

Fixed by PR #192

@fgalan fgalan closed this as completed Mar 7, 2022
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

No branches or pull requests

2 participants