fractaledmind / acidic_job

Elegant, resilient, durable workflows for Rails apps
https://fractaledmind.github.io/acidic_job/
MIT License
492 stars 10 forks source link

Update exception_serializer.rb #84

Closed fractaledmind closed 1 year ago

fractaledmind commented 1 year ago

Use Ruby's built in YAML serialization for exceptions, as they can have a wide range of implementations and serializing to a hash has proven error-prone.