Skip to content

Conversation

@syphar
Copy link
Member

@syphar syphar commented Nov 24, 2025

if we want a hotfix.

I'm also working on dropping the fastly api lib for direct reqwests.

we're getting an error, I think when shutting down the server:

https://rust-lang.sentry.io/issues/7060459082/?query=is%3Aunresolved&referrer=issue-stream

Reqwest(reqwest::Error { kind: Request, url: "https://api.fastly.com/service/PqekaQ4n2Cy4QOG85AjuAH/purge", source: hyper_util::client::legacy::Error(SendRequest, hyper::Error(User(DispatchGone), "runtime dropped the dispatch task")) })

My guess is that the fastly client tries to do some background work?

So in parallel I'm working on dropping the library, which won't take much longer.

this PR is not needed when we review & merge #3034

@syphar syphar requested a review from a team as a code owner November 24, 2025 19:28
@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Nov 24, 2025
@syphar syphar self-assigned this Nov 24, 2025
))
let keys = SurrogateKeys::from_iter_until_full(it.take(MAX_SURROGATE_KEYS_IN_BATCH_PURGE));

if keys.key_count() > 0 {
Copy link
Member

Choose a reason for hiding this comment

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

Wait isn't part of #3034?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, it is also part of that,

it was a quickfix for the case that the review would be fast enough :)

Copy link
Member Author

Choose a reason for hiding this comment

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

or it was a test ;)

@syphar syphar closed this Nov 24, 2025
@syphar syphar deleted the fix-loop branch November 24, 2025 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants