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

Refactor email job table to use GraphQL #350

Merged
merged 5 commits into from
Mar 2, 2021

Conversation

loan-laux
Copy link
Contributor

Resolves #325
Impact: major
Type: performance|refactor|chore

Issue

The current email job table pulls data from the Emails Meteor publication, which is outdated and performs poorly at scale.

Solution

Pull the email jobs from the newly-implemented emailJobs GraphQL query from api-plugin-email#6.

Breaking changes

None.

Testing

  1. Open Settings > Email.
  2. Check that the email jobs display properly on the table.

@jrw421
Copy link
Contributor

jrw421 commented Mar 2, 2021

Thanks @loan-laux! 🎉

@jrw421 jrw421 merged commit ed55b5a into reactioncommerce:trunk Mar 2, 2021
@Akarshit Akarshit mentioned this pull request Mar 3, 2021
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.

Email panel causes Admin instances to crash
2 participants