sighmon / mjml-rails

MJML + ERb/Haml/Slim view template
https://mjml.io
Other
295 stars 64 forks source link

Fix Sidekiq memory errors: use posix-spawn instead of ruby Process.spawn #95

Closed BryanPierce closed 2 years ago

BryanPierce commented 2 years ago

Background ℹ️

See https://github.com/macroplant/dochub/pull/8536 for background information.

The mjml-rails repo has been forked to our GitHub account and changes made to use posix-spawn instead of Open3.

Security

Steps To Test

See https://github.com/macroplant/dochub/pull/8536 for background information.

Issues Closed