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

mod_oembed: remove the oembed_client process (0.x) #3680

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

mworrell
Copy link
Member

@mworrell mworrell commented Feb 6, 2024

Description

Remove the oembed_client process. The process was not restarted when it crashes, as the dummy module catches exits.

As regulation can also be done using a jobs regulator (if needed) this middle man process is not needed. Now we just do a direct oembed lookup for every request in the request context/process.

Checklist

  • documentation updated
  • tests added
  • no BC breaks

@mworrell mworrell added this to the 0.82 milestone Feb 6, 2024
Copy link
Contributor

@EdwardAbboud EdwardAbboud left a comment

Choose a reason for hiding this comment

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

Looks good! ready for 0.82 update

@mworrell mworrell merged commit 6382ca9 into 0.x Feb 6, 2024
4 checks passed
@mworrell mworrell deleted the oembed-client-no-process branch February 6, 2024 17:50
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

2 participants