``` # before command = user.commands.create!(queue_until: queue_until) command.handler_messages.last.status => 'unhandled' # after user.commands.create!(delay_until: delay_until) command.handler_messages.last.status => 'delayed' ```