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

Create consumer-price-index-change-per-month.yml #18

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

KasparMinn
Copy link

@KasparMinn KasparMinn commented Jun 22, 2023

Issue: #5

Service for querying the consumer price index change per month from Statistics Estonia.
Makes a query for the current year and month. If there are no statistics available for current month, makes a query for the previous month. If current month is January, makes a query for December of previous year.

Requires the setting "stopInCaseOfException: false" in Ruuter's configuration so as to avoid a premature stop in the service process. This is necessary as because stat.ee returns 400 Bad Request for querying any statistics that are not yet created.

@SigritSiht SigritSiht linked an issue Jun 22, 2023 that may be closed by this pull request
8 tasks
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.

Service "Consumer Price Index's Change per Month" created
1 participant