提交 79b74d2d 编写于 作者: Y yuuji.yaginuma

add Active Job section to instrumentation guide [ci skip]

上级 c7a9f572
......@@ -403,6 +403,38 @@ INFO. Cache stores may add their own keys
}
```
Active Job
--------
### enqueue_at.active_job
| Key | Value |
| ------------ | ------------------------------- |
| `:adapter` | Object of specified adapter |
| `:job` | Object of Active Job |
### enqueue.active_job
| Key | Value |
| ------------ | ------------------------------- |
| `:adapter` | Object of specified adapter |
| `:job` | Object of Active Job |
### perform_start.active_job
| Key | Value |
| ------------ | ------------------------------- |
| `:adapter` | Object of specified adapter |
| `:job` | Object of Active Job |
### perform.active_job
| Key | Value |
| ------------ | ------------------------------- |
| `:adapter` | Object of specified adapter |
| `:job` | Object of Active Job |
Railties
--------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册