Last Updated: February 25, 2016
·
322
· swarut

Use destructive method in background job

Instead of using model.create, use model.create! so that we can catch the error later.