Skip to content

feat/odedgo/reprise-token-refresh-init#63

Merged
encodedz merged 2 commits intomasterfrom
feat/odedgo/token-refresh-init
Feb 10, 2026
Merged

feat/odedgo/reprise-token-refresh-init#63
encodedz merged 2 commits intomasterfrom
feat/odedgo/token-refresh-init

Conversation

@encodedz
Copy link
Collaborator

@encodedz encodedz commented Feb 9, 2026

Main changes

  • Our last refresh mechanism had issue when its original client was evicted from server cache and it wasn't able to refresh. Anyway our refresh would issue a new clientId, so Iv'e turned this flow re-utilizing the init endpoint instead.
  • Removed all token-refresh concepts from server, left only atp-client referesh which orchestrates it.

Side effects

  • Enable custom fetcher impl on openapi spec loading
  • Adding isolatedVM memory limit cap tests.
  • Increasing default memory cache TTL into single day


// Log progress to help debug
if (i % 5 === 0) {
console.log(\`Allocated array \${i}, total arrays: \${arrays.length}\`);
Copy link

Choose a reason for hiding this comment

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

Why console.log?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Just in tests to make it more clear, alot of this ecosystem tests are logging 👍

@encodedz encodedz merged commit 30c9660 into master Feb 10, 2026
3 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