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

feat(anrok): add new tax related statuses on invoice #2964

Merged
merged 3 commits into from
Dec 17, 2024

Conversation

lovrocolic
Copy link
Collaborator

@lovrocolic lovrocolic commented Dec 16, 2024

Context

Currently Anrok calls are sync and performed during invoice generation

Description

The goal of this improvement is to make calls to Anrok in dedicated job so that we can implement throttling for rate limit issues.

This PR adds necessary DB changes

@lovrocolic lovrocolic merged commit ccf73e0 into main Dec 17, 2024
6 checks passed
@lovrocolic lovrocolic deleted the ftr-anrok-async-db-changes branch December 17, 2024 14:17
lovrocolic added a commit that referenced this pull request Dec 30, 2024
## Context

Currently Anrok calls are sync and performed during invoice generation

## Description

The goal of this improvement is to make calls to Anrok in dedicated job
so that we can implement throttling for rate limit issues.

This PR changes all places where Anrok in used in sync way. This is the
last PR that is extension of:
- #2984
- #2968
- #2964
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.

2 participants