I create an infinite callback loop when I need to update an attribute during an after_commit, :on => :create. It only occurs if I need to update an attribute
after_commit, :on => :create
It's a bug, see the Github issue https://github.com/rails/rails/issues/16286