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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable retry queue option #3468

Closed
wants to merge 1 commit into from
Closed

Conversation

cetra3
Copy link
Contributor

@cetra3 cetra3 commented Jul 3, 2023

No description provided.

@@ -54,7 +54,7 @@ lemmy_routes = { version = "=0.18.1-rc.4", path = "./crates/routes" }
lemmy_db_views = { version = "=0.18.1-rc.4", path = "./crates/db_views" }
lemmy_db_views_actor = { version = "=0.18.1-rc.4", path = "./crates/db_views_actor" }
lemmy_db_views_moderator = { version = "=0.18.1-rc.4", path = "./crates/db_views_moderator" }
activitypub_federation = { version = "0.4.4", default-features = false, features = ["actix-web"] }
activitypub_federation = { git = "https://github.com/cetra3/activitypub-federation-rust.git", branch = "disable_retry_queue" }
Copy link
Member

Choose a reason for hiding this comment

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

I'd just wait for this to get merged.

@RocketDerp

This comment was marked as abuse.

@cetra3
Copy link
Contributor Author

cetra3 commented Jul 5, 2023

@RocketDerp I need to explain/adjust this a bit more, there is at least 2 attempts before it goes into the retry queue, but those 2 attempts share the same payload because they happen about 1 minute apart & don't need to be re-signed.

@RocketDerp

This comment was marked as abuse.

@Nutomic
Copy link
Member

Nutomic commented Jul 5, 2023

This hasnt helped with performance afaik, so no reason to merge it. Can be useful for testing though. #3427 will properly fix excessive retries.

@cetra3
Copy link
Contributor Author

cetra3 commented Jul 5, 2023

@Nutomic

Edit: This doesn't appear to have impacted perf according to the chat, so might be good to close this one off after confirming?

@Nutomic Nutomic closed this Jul 6, 2023
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.

None yet

4 participants