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

Endret i scheduler for månedling valutajustering, endrer til første virkedag #4592

Merged
merged 2 commits into from
May 31, 2024

Conversation

hanneolsen
Copy link
Contributor

💰 Hva skal gjøres, og hvorfor?

Koden for månedlig valutajustering skal kjøres første virkedag per måned, som er fikset her. Har gjort det likt som opprettAutobrevTask, som allerede hadde lignende funksjonalitet.

🔎️ Er det noe spesielt du ønsker tilbakemelding om?

✅ Checklist

Har du husket alle punktene i listen?

  • Jeg har testet mine endringer i henhold til akseptansekriteriene 🕵️
  • Jeg har config- eller sql-endringer. I så fall, husk manuell deploy til miljø for å verifisere endringene.
  • Jeg har skrevet tester. Hvis du ikke har skrevet tester, beskriv hvorfor under 👇
    Kan/bør vi skrive tester for scheduled tasks?

Jeg har ikke skrevet tester fordi:

💬 Ønsker du en muntlig gjennomgang?

  • Ja
  • Nei

@hanneolsen hanneolsen requested a review from a team as a code owner May 31, 2024 09:06
Copy link
Contributor

@stigebil stigebil left a comment

Choose a reason for hiding this comment

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

Må kjøre mvn antrun:run@ktlint-format

triggerTid =
VirkedagerProvider.nesteVirkedag(
LocalDate.now().minusDays(1),
).atTime(KLOKKETIME_SCHEDULER_TRIGGES.inc(), 0),
Copy link
Contributor

Choose a reason for hiding this comment

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

Er KLOKKETIME_SCHEDULER_TRIGGES + 1 lettere å lese?

@halvorbmundal halvorbmundal added this pull request to the merge queue May 31, 2024
Merged via the queue into main with commit d587874 May 31, 2024
5 checks passed
@halvorbmundal halvorbmundal deleted the feat/justere-scheduler branch May 31, 2024 12:46
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