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

fix(payments): Various fixes for the Atlar connector #1017

Merged
merged 2 commits into from
Dec 15, 2023

Conversation

lwagner-getmomo
Copy link
Contributor

@lwagner-getmomo lwagner-getmomo commented Dec 14, 2023

DESCRIPTION

Here is a list of things this PR fixes

  • Ingest the absolute value of an Atlar Transfer into Formance Payments
  • Implement timeouts on all atlar client requests

Copy link

vercel bot commented Dec 14, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 15, 2023 10:19am

@@ -26,7 +26,7 @@ func MainTask(logger logging.Logger) task.Task {

err = scheduler.Schedule(ctx, taskAccounts, models.TaskSchedulerOptions{
ScheduleOption: models.OPTIONS_RUN_NOW,
RestartOption: models.OPTIONS_RESTART_IF_NOT_ACTIVE,
RestartOption: models.OPTIONS_RESTART_ALWAYS,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit of a temporary fix for stuck tasks.

@flemzord flemzord merged commit 69b93cc into formancehq:main Dec 15, 2023
10 checks passed
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.

3 participants