Skip to content

Release 1.1.3

Latest
Compare
Choose a tag to compare
@binchoo binchoo released this 22 Oct 06:51
· 7 commits to master since this release

🚀 Resolved Issues

  • A hoyopass read should probabilistically update the character's name and level. (#33)

  • The DailyCheckWorkerLambda now uses an asynchronous WebFlux web client with retry strategies to create gentle daily check-in requests.

    • Code-level retry attempts : 3
    • Code-level retry interval seconds : 5s
    • Infra-level retry attempts : 2
    • Infra-level retry interval seconds : 7s
  • The DailyCheckBatchRequestserLambda now sets a psedorandom delay second for each DailyCheckTaskSpec message.

    • Delay seconds range: [1: 20]s

Full Changelog: 1.1.2...1.1.3