|
5 | 5 | "adapter": "adapter", |
6 | 6 | "address": "addr", |
7 | 7 | "ahoy_event": "ahoy_event", |
| 8 | + "allow_ip_hosts": "allow_ip_hosts", |
| 9 | + "allowed_hosts": "allowed_hosts", |
8 | 10 | "arguments": "arguments", |
| 11 | + "attachment_count": "attachments", |
9 | 12 | "attempt": "attempt", |
10 | 13 | "backtrace": "backtrace", |
11 | 14 | "bind_params": "bind_params", |
|
22 | 25 | "database_name": "db_name", |
23 | 26 | "download_options": "download_opts", |
24 | 27 | "duration_ms": "duration_ms", |
| 28 | + "enqueue_caller": "enqueue_caller", |
25 | 29 | "environment": "environment", |
26 | | - "err_class": "err_class", |
| 30 | + "error_class": "error_class", |
27 | 31 | "error_message": "error_message", |
28 | 32 | "event": "evt", |
29 | 33 | "exception_executions": "exception_executions", |
30 | 34 | "execution_time": "execution_time", |
31 | 35 | "executions": "executions", |
32 | 36 | "exist": "exist", |
| 37 | + "extension": "ext", |
33 | 38 | "file": "file", |
34 | 39 | "file_id": "file_id", |
35 | 40 | "filename": "filename", |
|
42 | 47 | "level": "lvl", |
43 | 48 | "listening_addresses": "listening_addresses", |
44 | 49 | "location": "location", |
| 50 | + "mailer_action": "mailer_action", |
| 51 | + "mailer_class": "mailer", |
45 | 52 | "max_threads": "max_threads", |
46 | 53 | "message": "msg", |
| 54 | + "message_id": "msg_id", |
47 | 55 | "metadata": "metadata", |
48 | 56 | "mime_type": "mime_type", |
49 | 57 | "min_threads": "min_threads", |
|
68 | 76 | "referer": "referer", |
69 | 77 | "request_id": "request_id", |
70 | 78 | "resource_class": "resource_class", |
| 79 | + "result": "result", |
71 | 80 | "retries": "retries", |
72 | 81 | "retry_count": "retry_count", |
73 | 82 | "row_count": "row_count", |
|
83 | 92 | "started_at": "started_at", |
84 | 93 | "status": "status", |
85 | 94 | "storage": "storage", |
| 95 | + "store_path": "store_path", |
86 | 96 | "subject": "subject", |
87 | 97 | "table_names": "table_names", |
88 | 98 | "thread_id": "tid", |
|
93 | 103 | "url": "url", |
94 | 104 | "user_agent": "user_agent", |
95 | 105 | "vars": "vars", |
| 106 | + "version": "version", |
96 | 107 | "view": "view", |
97 | 108 | "wait_ms": "wait_ms", |
98 | 109 | "wait_time": "wait_time", |
|
104 | 115 | "fixed_source": "mailer", |
105 | 116 | "allowed_events": [ |
106 | 117 | "delivered", |
107 | | - "delivery" |
| 118 | + "delivery", |
| 119 | + "error" |
108 | 120 | ] |
109 | 121 | }, |
110 | 122 | "ActiveJob": { |
|
0 commit comments