提交 5e2273f4 编写于 作者: M Mauro George

Add Deserialization section on guides at ActiveJob Exception

[ci skip]
上级 cc7ef0cf
......@@ -330,6 +330,13 @@ class GuestsCleanupJob < ActiveJob::Base
end
```
### Deserialization
GlobalID allows serializing full Active Record objects passed to `#perform`.
If a passed record is deleted after the job is enqueued but before the `#perform`
method is called Active Job will raise an `ActiveJob::DeserializationError`
exception.
Job Testing
--------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册