pgbus 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/pgbus/api/insights_controller.rb +5 -4
- data/app/controllers/pgbus/application_controller.rb +40 -0
- data/app/controllers/pgbus/insights_controller.rb +3 -2
- data/app/controllers/pgbus/locale_controller.rb +15 -0
- data/app/helpers/pgbus/application_helper.rb +67 -7
- data/app/views/layouts/pgbus/application.html.erb +50 -14
- data/app/views/pgbus/dashboard/_processes_table.html.erb +6 -6
- data/app/views/pgbus/dashboard/_queues_table.html.erb +8 -8
- data/app/views/pgbus/dashboard/_recent_failures.html.erb +6 -6
- data/app/views/pgbus/dashboard/_stats_cards.html.erb +9 -9
- data/app/views/pgbus/dashboard/show.html.erb +1 -1
- data/app/views/pgbus/dead_letter/_messages_table.html.erb +19 -19
- data/app/views/pgbus/dead_letter/index.html.erb +5 -5
- data/app/views/pgbus/dead_letter/show.html.erb +12 -12
- data/app/views/pgbus/events/index.html.erb +11 -11
- data/app/views/pgbus/events/show.html.erb +6 -6
- data/app/views/pgbus/insights/show.html.erb +41 -21
- data/app/views/pgbus/jobs/_enqueued_table.html.erb +19 -19
- data/app/views/pgbus/jobs/_failed_table.html.erb +11 -11
- data/app/views/pgbus/jobs/index.html.erb +5 -5
- data/app/views/pgbus/jobs/show.html.erb +13 -13
- data/app/views/pgbus/locks/index.html.erb +11 -11
- data/app/views/pgbus/outbox/index.html.erb +15 -15
- data/app/views/pgbus/processes/_processes_table.html.erb +7 -7
- data/app/views/pgbus/processes/index.html.erb +1 -1
- data/app/views/pgbus/queues/_queues_list.html.erb +14 -14
- data/app/views/pgbus/queues/index.html.erb +1 -1
- data/app/views/pgbus/queues/show.html.erb +11 -11
- data/app/views/pgbus/recurring_tasks/_tasks_table.html.erb +14 -14
- data/app/views/pgbus/recurring_tasks/index.html.erb +2 -2
- data/app/views/pgbus/recurring_tasks/show.html.erb +21 -21
- data/config/i18n-tasks.yml +41 -0
- data/config/locales/da.yml +348 -0
- data/config/locales/de.yml +348 -0
- data/config/locales/en.yml +348 -0
- data/config/locales/es.yml +348 -0
- data/config/locales/fi.yml +348 -0
- data/config/locales/fr.yml +348 -0
- data/config/locales/it.yml +348 -0
- data/config/locales/ja.yml +348 -0
- data/config/locales/nb.yml +348 -0
- data/config/locales/nl.yml +348 -0
- data/config/locales/pt.yml +348 -0
- data/config/locales/sv.yml +348 -0
- data/config/routes.rb +2 -0
- data/lib/pgbus/active_job/executor.rb +1 -1
- data/lib/pgbus/client.rb +60 -32
- data/lib/pgbus/configuration.rb +8 -2
- data/lib/pgbus/engine.rb +4 -0
- data/lib/pgbus/event_bus/publisher.rb +1 -7
- data/lib/pgbus/outbox/poller.rb +58 -20
- data/lib/pgbus/process/consumer.rb +16 -3
- data/lib/pgbus/process/worker.rb +15 -5
- data/lib/pgbus/version.rb +1 -1
- data/lib/pgbus/web/data_source.rb +11 -9
- metadata +15 -1
|
@@ -0,0 +1,348 @@
|
|
|
1
|
+
---
|
|
2
|
+
it:
|
|
3
|
+
pgbus:
|
|
4
|
+
dashboard:
|
|
5
|
+
processes_table:
|
|
6
|
+
empty: Nessun processo in esecuzione
|
|
7
|
+
headers:
|
|
8
|
+
host: Host
|
|
9
|
+
kind: Tipo
|
|
10
|
+
pid: PID
|
|
11
|
+
status: Stato
|
|
12
|
+
title: Processi attivi
|
|
13
|
+
queues_table:
|
|
14
|
+
empty: Nessuna coda trovata
|
|
15
|
+
headers:
|
|
16
|
+
depth: Profondità
|
|
17
|
+
oldest: Più vecchio (s)
|
|
18
|
+
queue: Coda
|
|
19
|
+
total: Totale
|
|
20
|
+
visible: Visibile
|
|
21
|
+
title: Code
|
|
22
|
+
view_all: Visualizza tutto
|
|
23
|
+
recent_failures:
|
|
24
|
+
empty: Nessun errore
|
|
25
|
+
headers:
|
|
26
|
+
error: Errore
|
|
27
|
+
queue: Coda
|
|
28
|
+
when: Quando
|
|
29
|
+
title: Errori recenti
|
|
30
|
+
view_all: Visualizza tutto
|
|
31
|
+
show:
|
|
32
|
+
title: Cruscotto
|
|
33
|
+
stats_cards:
|
|
34
|
+
enqueued: In coda
|
|
35
|
+
failed_dlq: Falliti / DLQ
|
|
36
|
+
processes: Processi
|
|
37
|
+
queues: Code
|
|
38
|
+
recurring: Ricorrente
|
|
39
|
+
throughput: Throughput
|
|
40
|
+
throughput_unit: msg/s
|
|
41
|
+
view_tasks: Visualizza attività
|
|
42
|
+
visible: visibile
|
|
43
|
+
dead_letter:
|
|
44
|
+
index:
|
|
45
|
+
discard_all: Scarta tutto
|
|
46
|
+
discard_all_confirm: Scartare definitivamente tutti i messaggi DLQ?
|
|
47
|
+
retry_all: Riprova tutto
|
|
48
|
+
retry_all_confirm: Riprova tutti i messaggi DLQ?
|
|
49
|
+
title: Coda di lettere morte
|
|
50
|
+
messages_table:
|
|
51
|
+
arguments: Argomenti
|
|
52
|
+
discard: Scarta
|
|
53
|
+
discard_confirm: Scartare definitivamente?
|
|
54
|
+
empty: La coda di lettere morte è vuota
|
|
55
|
+
full_json_payload: Payload JSON completo
|
|
56
|
+
headers:
|
|
57
|
+
enqueued: In coda
|
|
58
|
+
id: ID
|
|
59
|
+
job_class: Classe lavoro
|
|
60
|
+
reads: Letture
|
|
61
|
+
source_queue: Coda sorgente
|
|
62
|
+
headers_section: Intestazioni
|
|
63
|
+
job_id: 'ID lavoro:'
|
|
64
|
+
metadata: Metadati
|
|
65
|
+
metadata_labels:
|
|
66
|
+
executions: 'Esecuzioni:'
|
|
67
|
+
last_read: 'Ultima lettura:'
|
|
68
|
+
priority: 'Priorità:'
|
|
69
|
+
queue: 'Coda:'
|
|
70
|
+
visible_at: 'Visibile alle:'
|
|
71
|
+
retry: Riprova
|
|
72
|
+
show:
|
|
73
|
+
back: Torna a DLQ
|
|
74
|
+
discard: Scarta
|
|
75
|
+
discard_confirm: Scartare definitivamente?
|
|
76
|
+
headers: Intestazioni
|
|
77
|
+
labels:
|
|
78
|
+
enqueued_at: Inserito alle
|
|
79
|
+
read_count: Conteggio letture
|
|
80
|
+
source_queue: Coda di origine
|
|
81
|
+
visibility_timeout: Timeout di visibilità
|
|
82
|
+
not_found: Messaggio non trovato
|
|
83
|
+
payload: Payload
|
|
84
|
+
retry: Riprova
|
|
85
|
+
title: 'Messaggio DLQ #%{id}'
|
|
86
|
+
events:
|
|
87
|
+
index:
|
|
88
|
+
processed_empty: Nessun evento elaborato ancora
|
|
89
|
+
processed_headers:
|
|
90
|
+
event_id: ID evento
|
|
91
|
+
handler: Gestore
|
|
92
|
+
processed_at: Elaborato alle
|
|
93
|
+
processed_title: Eventi elaborati
|
|
94
|
+
subscribers_empty: Nessun iscritto registrato
|
|
95
|
+
subscribers_headers:
|
|
96
|
+
handler: Gestore
|
|
97
|
+
pattern: Modello
|
|
98
|
+
queue: Coda
|
|
99
|
+
subscribers_title: Iscritti registrati
|
|
100
|
+
title: Eventi
|
|
101
|
+
show:
|
|
102
|
+
back: Torna agli eventi
|
|
103
|
+
labels:
|
|
104
|
+
event_id: ID evento
|
|
105
|
+
handler: Gestore
|
|
106
|
+
processed_at: Elaborato alle
|
|
107
|
+
not_found: Evento non trovato
|
|
108
|
+
title: Evento %{event_id}
|
|
109
|
+
helpers:
|
|
110
|
+
paused_badge: In pausa
|
|
111
|
+
queue_badge:
|
|
112
|
+
dlq: DLQ
|
|
113
|
+
queue: Coda
|
|
114
|
+
recurring_health:
|
|
115
|
+
active: Attivo
|
|
116
|
+
pending: In sospeso
|
|
117
|
+
status_badge:
|
|
118
|
+
healthy: Sano
|
|
119
|
+
stale: Obsoleto
|
|
120
|
+
insights:
|
|
121
|
+
show:
|
|
122
|
+
charts:
|
|
123
|
+
failed_to_load: Impossibile caricare i dati del grafico
|
|
124
|
+
no_data: Nessun dato ancora
|
|
125
|
+
series_name: Lavori/min
|
|
126
|
+
status_distribution: Distribuzione stato
|
|
127
|
+
throughput: Throughput (lavori/min)
|
|
128
|
+
description_html: Metriche di rendimento lavorativo per gli ultimi %{range}
|
|
129
|
+
slowest:
|
|
130
|
+
empty: Nessuna statistica lavori ancora
|
|
131
|
+
headers:
|
|
132
|
+
avg: Media
|
|
133
|
+
count: Conteggio
|
|
134
|
+
job_class: Classe lavoro
|
|
135
|
+
max: Massimo
|
|
136
|
+
title: Classi di Lavoro Più Lente (durata media)
|
|
137
|
+
summary:
|
|
138
|
+
avg_duration: Durata Media
|
|
139
|
+
dead_lettered: Messaggi in Dead Letter
|
|
140
|
+
failed: Falliti
|
|
141
|
+
max_duration: Durata Massima
|
|
142
|
+
succeeded: Riusciti
|
|
143
|
+
total_jobs: Totale Lavori
|
|
144
|
+
time_ranges:
|
|
145
|
+
1h: 1h
|
|
146
|
+
24h: 24h
|
|
147
|
+
30d: 30g
|
|
148
|
+
7d: 7g
|
|
149
|
+
title: Approfondimenti
|
|
150
|
+
jobs:
|
|
151
|
+
enqueued_table:
|
|
152
|
+
arguments: Argomenti
|
|
153
|
+
empty: Nessun lavoro in coda
|
|
154
|
+
full_json_payload: Payload JSON completo
|
|
155
|
+
headers:
|
|
156
|
+
enqueued: In coda
|
|
157
|
+
id: ID
|
|
158
|
+
job_class: Classe Lavoro
|
|
159
|
+
queue: Coda
|
|
160
|
+
reads: Letture
|
|
161
|
+
headers_section: Intestazioni
|
|
162
|
+
job_id: 'ID Lavoro:'
|
|
163
|
+
metadata: Metadati
|
|
164
|
+
metadata_labels:
|
|
165
|
+
last_read: 'Ultima lettura:'
|
|
166
|
+
locale: 'Locale:'
|
|
167
|
+
priority: 'Priorità:'
|
|
168
|
+
queue: 'Coda:'
|
|
169
|
+
scheduled: 'Programmato:'
|
|
170
|
+
timezone: 'Fuso orario:'
|
|
171
|
+
visible_at: 'Visibile alle:'
|
|
172
|
+
title: Lavori in coda
|
|
173
|
+
failed_table:
|
|
174
|
+
discard: Scarta
|
|
175
|
+
discard_confirm: Scartare questo lavoro?
|
|
176
|
+
empty: Nessun lavoro fallito
|
|
177
|
+
headers:
|
|
178
|
+
actions: Azioni
|
|
179
|
+
error: Errore
|
|
180
|
+
failed: Fallito
|
|
181
|
+
id: ID
|
|
182
|
+
queue: Coda
|
|
183
|
+
retries: Tentativi
|
|
184
|
+
retry: Riprova
|
|
185
|
+
title: Lavori Falliti
|
|
186
|
+
index:
|
|
187
|
+
discard_all: Scarta Tutto
|
|
188
|
+
discard_all_confirm: Scartare tutti i lavori falliti?
|
|
189
|
+
retry_all: Riprova Tutto
|
|
190
|
+
retry_all_confirm: Riprova tutti i lavori falliti?
|
|
191
|
+
title: Lavori
|
|
192
|
+
show:
|
|
193
|
+
back: Torna ai Lavori
|
|
194
|
+
backtrace: Traccia dello stack
|
|
195
|
+
discard: Scarta
|
|
196
|
+
discard_confirm: Scartare definitivamente questo lavoro?
|
|
197
|
+
error_message: Messaggio di errore
|
|
198
|
+
labels:
|
|
199
|
+
error_class: Classe di errore
|
|
200
|
+
failed_at: Fallito a
|
|
201
|
+
queue: Coda
|
|
202
|
+
retry_count: Conteggio tentativi
|
|
203
|
+
not_found: Lavoro non trovato
|
|
204
|
+
payload: Payload
|
|
205
|
+
retry: Riprova
|
|
206
|
+
title: 'Lavoro fallito #%{id}'
|
|
207
|
+
layout:
|
|
208
|
+
brand: Pgbus
|
|
209
|
+
nav:
|
|
210
|
+
dashboard: Cruscotto
|
|
211
|
+
dlq: DLQ
|
|
212
|
+
events: Eventi
|
|
213
|
+
insights: Approfondimenti
|
|
214
|
+
jobs: Lavori
|
|
215
|
+
locks: Blocchi
|
|
216
|
+
outbox: Outbox
|
|
217
|
+
processes: Processi
|
|
218
|
+
queues: Code
|
|
219
|
+
recurring: Ricorrente
|
|
220
|
+
title: Cruscotto Pgbus
|
|
221
|
+
toggle_dark_mode: Attiva/disattiva modalità scura
|
|
222
|
+
locks:
|
|
223
|
+
index:
|
|
224
|
+
description: Blocchi di unicità attivi che impediscono l'esecuzione duplicata del lavoro
|
|
225
|
+
empty: Nessun blocco attivo
|
|
226
|
+
executing: In esecuzione
|
|
227
|
+
headers:
|
|
228
|
+
age: Età
|
|
229
|
+
expires: Scade
|
|
230
|
+
job_class: Classe del lavoro
|
|
231
|
+
lock_key: Chiave di blocco
|
|
232
|
+
owner: Proprietario
|
|
233
|
+
state: Stato
|
|
234
|
+
queued: In coda
|
|
235
|
+
title: Blocchi del lavoro
|
|
236
|
+
outbox:
|
|
237
|
+
index:
|
|
238
|
+
description: Voci dell'outbox transazionali in attesa di pubblicazione su PGMQ
|
|
239
|
+
empty: Nessuna voce nell'outbox
|
|
240
|
+
headers:
|
|
241
|
+
created: Creato
|
|
242
|
+
id: ID
|
|
243
|
+
payload: Payload
|
|
244
|
+
priority: Priorità
|
|
245
|
+
queue_topic: Coda / Argomento
|
|
246
|
+
status: Stato
|
|
247
|
+
pending: In sospeso
|
|
248
|
+
published: Pubblicato
|
|
249
|
+
stats:
|
|
250
|
+
no_age: "—"
|
|
251
|
+
oldest_age: "%{seconds}s"
|
|
252
|
+
oldest_unpublished: Più vecchio non pubblicato
|
|
253
|
+
total: Totale
|
|
254
|
+
unpublished: Non pubblicato
|
|
255
|
+
title: Outbox
|
|
256
|
+
processes:
|
|
257
|
+
index:
|
|
258
|
+
title: Processi
|
|
259
|
+
processes_table:
|
|
260
|
+
empty: Nessun processo in esecuzione
|
|
261
|
+
headers:
|
|
262
|
+
hostname: Nome host
|
|
263
|
+
kind: Tipo
|
|
264
|
+
last_heartbeat: Ultimo segnale di vita
|
|
265
|
+
metadata: Metadati
|
|
266
|
+
pid: PID
|
|
267
|
+
status: Stato
|
|
268
|
+
queues:
|
|
269
|
+
index:
|
|
270
|
+
title: Code
|
|
271
|
+
queues_list:
|
|
272
|
+
empty: Nessuna coda trovata
|
|
273
|
+
headers:
|
|
274
|
+
actions: Azioni
|
|
275
|
+
depth: Profondità
|
|
276
|
+
newest: Più recente (s)
|
|
277
|
+
oldest: Più vecchio (s)
|
|
278
|
+
queue: Coda
|
|
279
|
+
total_ever: Totale mai
|
|
280
|
+
visible: Visibile
|
|
281
|
+
pause: Pausa
|
|
282
|
+
pause_confirm: Mettere in pausa l'elaborazione per %{name}?
|
|
283
|
+
paused: In pausa
|
|
284
|
+
purge: Pulisci
|
|
285
|
+
purge_confirm: Eliminare tutti i messaggi da %{name}?
|
|
286
|
+
resume: Riprendi
|
|
287
|
+
show:
|
|
288
|
+
depth: 'Profondità:'
|
|
289
|
+
empty: La coda è vuota
|
|
290
|
+
headers:
|
|
291
|
+
enqueued: In coda
|
|
292
|
+
id: ID
|
|
293
|
+
payload: Carico utile
|
|
294
|
+
reads: Letture
|
|
295
|
+
vt: VT
|
|
296
|
+
purge_confirm: Eliminare tutti i messaggi?
|
|
297
|
+
purge_queue: Pulisci coda
|
|
298
|
+
total: 'Totale:'
|
|
299
|
+
visible: 'Visibile:'
|
|
300
|
+
recurring_tasks:
|
|
301
|
+
index:
|
|
302
|
+
task_count:
|
|
303
|
+
one: "%{count} attività configurata"
|
|
304
|
+
other: "%{count} attività configurate"
|
|
305
|
+
title: Attività ricorrenti
|
|
306
|
+
show:
|
|
307
|
+
back: Indietro
|
|
308
|
+
configuration: Configurazione
|
|
309
|
+
default_queue: predefinito
|
|
310
|
+
disable: Disabilita
|
|
311
|
+
disabled: Disabilitato
|
|
312
|
+
enable: Abilita
|
|
313
|
+
execution_headers:
|
|
314
|
+
enqueued_at: Messo in coda il
|
|
315
|
+
scheduled_for: Programmato per
|
|
316
|
+
labels:
|
|
317
|
+
arguments: Argomenti
|
|
318
|
+
command: Comando
|
|
319
|
+
description: Descrizione
|
|
320
|
+
job_class: Classe lavoro
|
|
321
|
+
priority: Priorità
|
|
322
|
+
queue: Coda
|
|
323
|
+
source: Fonte
|
|
324
|
+
next_run: Prossima esecuzione
|
|
325
|
+
no_executions: Nessuna esecuzione registrata ancora
|
|
326
|
+
recent_executions: Esecuzioni recenti
|
|
327
|
+
run_now: Esegui ora
|
|
328
|
+
schedule: Programma
|
|
329
|
+
source_config: File di configurazione
|
|
330
|
+
source_dynamic: Dinamico
|
|
331
|
+
status: Stato
|
|
332
|
+
tasks_table:
|
|
333
|
+
default_queue: predefinito
|
|
334
|
+
disable: Disabilita
|
|
335
|
+
disabled: Disabilitato
|
|
336
|
+
empty_hint: Aggiungi attività a config/recurring.yml
|
|
337
|
+
empty_title: Nessuna attività ricorrente configurata
|
|
338
|
+
enable: Abilita
|
|
339
|
+
headers:
|
|
340
|
+
actions: Azioni
|
|
341
|
+
last_run: Ultima esecuzione
|
|
342
|
+
next_run: Prossima esecuzione
|
|
343
|
+
queue: Coda
|
|
344
|
+
schedule: Programma
|
|
345
|
+
status: Stato
|
|
346
|
+
task: Attività
|
|
347
|
+
never: Mai
|
|
348
|
+
run_now: Esegui ora
|
|
@@ -0,0 +1,348 @@
|
|
|
1
|
+
---
|
|
2
|
+
ja:
|
|
3
|
+
pgbus:
|
|
4
|
+
dashboard:
|
|
5
|
+
processes_table:
|
|
6
|
+
empty: 実行中のプロセスはありません
|
|
7
|
+
headers:
|
|
8
|
+
host: ホスト
|
|
9
|
+
kind: 種類
|
|
10
|
+
pid: PID
|
|
11
|
+
status: ステータス
|
|
12
|
+
title: アクティブなプロセス
|
|
13
|
+
queues_table:
|
|
14
|
+
empty: キューが見つかりません
|
|
15
|
+
headers:
|
|
16
|
+
depth: 深さ
|
|
17
|
+
oldest: 最古 (秒)
|
|
18
|
+
queue: キュー
|
|
19
|
+
total: 合計
|
|
20
|
+
visible: 表示中
|
|
21
|
+
title: キュー
|
|
22
|
+
view_all: すべて表示
|
|
23
|
+
recent_failures:
|
|
24
|
+
empty: 失敗はありません
|
|
25
|
+
headers:
|
|
26
|
+
error: エラー
|
|
27
|
+
queue: キュー
|
|
28
|
+
when: 日時
|
|
29
|
+
title: 最近の失敗
|
|
30
|
+
view_all: すべて表示
|
|
31
|
+
show:
|
|
32
|
+
title: ダッシュボード
|
|
33
|
+
stats_cards:
|
|
34
|
+
enqueued: キューに追加済み
|
|
35
|
+
failed_dlq: 失敗 / DLQ
|
|
36
|
+
processes: プロセス
|
|
37
|
+
queues: キュー
|
|
38
|
+
recurring: 繰り返し
|
|
39
|
+
throughput: スループット
|
|
40
|
+
throughput_unit: メッセージ/秒
|
|
41
|
+
view_tasks: タスクを表示
|
|
42
|
+
visible: 表示中
|
|
43
|
+
dead_letter:
|
|
44
|
+
index:
|
|
45
|
+
discard_all: すべて破棄
|
|
46
|
+
discard_all_confirm: すべてのDLQメッセージを完全に破棄しますか?
|
|
47
|
+
retry_all: すべて再試行
|
|
48
|
+
retry_all_confirm: すべてのDLQメッセージを再試行しますか?
|
|
49
|
+
title: デッドレターキュー
|
|
50
|
+
messages_table:
|
|
51
|
+
arguments: 引数
|
|
52
|
+
discard: 破棄
|
|
53
|
+
discard_confirm: 完全に破棄しますか?
|
|
54
|
+
empty: デッドレターキューは空です
|
|
55
|
+
full_json_payload: 完全なJSONペイロード
|
|
56
|
+
headers:
|
|
57
|
+
enqueued: キューに追加済み
|
|
58
|
+
id: ID
|
|
59
|
+
job_class: ジョブクラス
|
|
60
|
+
reads: 読み取り数
|
|
61
|
+
source_queue: ソースキュー
|
|
62
|
+
headers_section: ヘッダー
|
|
63
|
+
job_id: 'ジョブID:'
|
|
64
|
+
metadata: メタデータ
|
|
65
|
+
metadata_labels:
|
|
66
|
+
executions: '実行回数:'
|
|
67
|
+
last_read: '最終読み取り:'
|
|
68
|
+
priority: '優先度:'
|
|
69
|
+
queue: 'キュー:'
|
|
70
|
+
visible_at: '表示日時:'
|
|
71
|
+
retry: 再試行
|
|
72
|
+
show:
|
|
73
|
+
back: DLQに戻る
|
|
74
|
+
discard: 破棄
|
|
75
|
+
discard_confirm: 完全に破棄しますか?
|
|
76
|
+
headers: ヘッダー
|
|
77
|
+
labels:
|
|
78
|
+
enqueued_at: キューイング日時
|
|
79
|
+
read_count: 読み取り回数
|
|
80
|
+
source_queue: ソースキュー
|
|
81
|
+
visibility_timeout: 可視性タイムアウト
|
|
82
|
+
not_found: メッセージが見つかりません
|
|
83
|
+
payload: ペイロード
|
|
84
|
+
retry: 再試行
|
|
85
|
+
title: 'DLQメッセージ #%{id}'
|
|
86
|
+
events:
|
|
87
|
+
index:
|
|
88
|
+
processed_empty: まだ処理されたイベントはありません
|
|
89
|
+
processed_headers:
|
|
90
|
+
event_id: イベントID
|
|
91
|
+
handler: ハンドラー
|
|
92
|
+
processed_at: 処理日時
|
|
93
|
+
processed_title: 処理済みイベント
|
|
94
|
+
subscribers_empty: 登録された購読者がいません
|
|
95
|
+
subscribers_headers:
|
|
96
|
+
handler: ハンドラー
|
|
97
|
+
pattern: パターン
|
|
98
|
+
queue: キュー
|
|
99
|
+
subscribers_title: 登録された購読者
|
|
100
|
+
title: イベント
|
|
101
|
+
show:
|
|
102
|
+
back: イベントに戻る
|
|
103
|
+
labels:
|
|
104
|
+
event_id: イベントID
|
|
105
|
+
handler: ハンドラー
|
|
106
|
+
processed_at: 処理日時
|
|
107
|
+
not_found: イベントが見つかりません
|
|
108
|
+
title: イベント %{event_id}
|
|
109
|
+
helpers:
|
|
110
|
+
paused_badge: 一時停止中
|
|
111
|
+
queue_badge:
|
|
112
|
+
dlq: DLQ
|
|
113
|
+
queue: キュー
|
|
114
|
+
recurring_health:
|
|
115
|
+
active: アクティブ
|
|
116
|
+
pending: 保留中
|
|
117
|
+
status_badge:
|
|
118
|
+
healthy: 正常
|
|
119
|
+
stale: 期限切れ
|
|
120
|
+
insights:
|
|
121
|
+
show:
|
|
122
|
+
charts:
|
|
123
|
+
failed_to_load: チャートデータの読み込みに失敗しました
|
|
124
|
+
no_data: まだデータがありません
|
|
125
|
+
series_name: ジョブ/分
|
|
126
|
+
status_distribution: ステータス分布
|
|
127
|
+
throughput: スループット(ジョブ/分)
|
|
128
|
+
description_html: 過去%{range}の仕事のパフォーマンス指標
|
|
129
|
+
slowest:
|
|
130
|
+
empty: まだジョブ統計がありません
|
|
131
|
+
headers:
|
|
132
|
+
avg: 平均
|
|
133
|
+
count: カウント
|
|
134
|
+
job_class: ジョブクラス
|
|
135
|
+
max: 最大
|
|
136
|
+
title: 最も遅いジョブクラス(平均実行時間)
|
|
137
|
+
summary:
|
|
138
|
+
avg_duration: 平均実行時間
|
|
139
|
+
dead_lettered: デッドレター化された
|
|
140
|
+
failed: 失敗した
|
|
141
|
+
max_duration: 最大実行時間
|
|
142
|
+
succeeded: 成功した
|
|
143
|
+
total_jobs: 合計ジョブ数
|
|
144
|
+
time_ranges:
|
|
145
|
+
1h: 1時間
|
|
146
|
+
24h: 24時間
|
|
147
|
+
30d: 30日
|
|
148
|
+
7d: 7日
|
|
149
|
+
title: インサイト
|
|
150
|
+
jobs:
|
|
151
|
+
enqueued_table:
|
|
152
|
+
arguments: 引数
|
|
153
|
+
empty: キューに入っているジョブはありません
|
|
154
|
+
full_json_payload: 完全なJSONペイロード
|
|
155
|
+
headers:
|
|
156
|
+
enqueued: キューに入れられた
|
|
157
|
+
id: ID
|
|
158
|
+
job_class: ジョブクラス
|
|
159
|
+
queue: キュー
|
|
160
|
+
reads: 読み取り数
|
|
161
|
+
headers_section: ヘッダー
|
|
162
|
+
job_id: ジョブID:
|
|
163
|
+
metadata: メタデータ
|
|
164
|
+
metadata_labels:
|
|
165
|
+
last_read: 最終読み取り:
|
|
166
|
+
locale: ロケール:
|
|
167
|
+
priority: 優先度:
|
|
168
|
+
queue: キュー:
|
|
169
|
+
scheduled: スケジュール済み:
|
|
170
|
+
timezone: タイムゾーン:
|
|
171
|
+
visible_at: 表示可能日時:
|
|
172
|
+
title: キューに入れられたジョブ
|
|
173
|
+
failed_table:
|
|
174
|
+
discard: 破棄
|
|
175
|
+
discard_confirm: このジョブを破棄しますか?
|
|
176
|
+
empty: 失敗したジョブはありません
|
|
177
|
+
headers:
|
|
178
|
+
actions: アクション
|
|
179
|
+
error: エラー
|
|
180
|
+
failed: 失敗
|
|
181
|
+
id: ID
|
|
182
|
+
queue: キュー
|
|
183
|
+
retries: リトライ回数
|
|
184
|
+
retry: リトライ
|
|
185
|
+
title: 失敗したジョブ
|
|
186
|
+
index:
|
|
187
|
+
discard_all: すべて破棄
|
|
188
|
+
discard_all_confirm: すべての失敗したジョブを破棄しますか?
|
|
189
|
+
retry_all: すべてリトライ
|
|
190
|
+
retry_all_confirm: すべての失敗したジョブをリトライしますか?
|
|
191
|
+
title: ジョブ
|
|
192
|
+
show:
|
|
193
|
+
back: ジョブに戻る
|
|
194
|
+
backtrace: バックトレース
|
|
195
|
+
discard: 破棄
|
|
196
|
+
discard_confirm: このジョブを完全に破棄しますか?
|
|
197
|
+
error_message: エラーメッセージ
|
|
198
|
+
labels:
|
|
199
|
+
error_class: エラークラス
|
|
200
|
+
failed_at: 失敗時刻
|
|
201
|
+
queue: キュー
|
|
202
|
+
retry_count: リトライ回数
|
|
203
|
+
not_found: ジョブが見つかりません
|
|
204
|
+
payload: ペイロード
|
|
205
|
+
retry: リトライ
|
|
206
|
+
title: '失敗したジョブ #%{id}'
|
|
207
|
+
layout:
|
|
208
|
+
brand: Pgbus
|
|
209
|
+
nav:
|
|
210
|
+
dashboard: ダッシュボード
|
|
211
|
+
dlq: DLQ
|
|
212
|
+
events: イベント
|
|
213
|
+
insights: インサイト
|
|
214
|
+
jobs: ジョブ
|
|
215
|
+
locks: ロック
|
|
216
|
+
outbox: アウトボックス
|
|
217
|
+
processes: プロセス
|
|
218
|
+
queues: キュー
|
|
219
|
+
recurring: 定期実行
|
|
220
|
+
title: Pgbus ダッシュボード
|
|
221
|
+
toggle_dark_mode: ダークモード切替
|
|
222
|
+
locks:
|
|
223
|
+
index:
|
|
224
|
+
description: 重複ジョブ実行を防ぐアクティブなユニークロック
|
|
225
|
+
empty: アクティブなロックはありません
|
|
226
|
+
executing: 実行中
|
|
227
|
+
headers:
|
|
228
|
+
age: 経過時間
|
|
229
|
+
expires: 有効期限
|
|
230
|
+
job_class: ジョブクラス
|
|
231
|
+
lock_key: ロックキー
|
|
232
|
+
owner: 所有者
|
|
233
|
+
state: 状態
|
|
234
|
+
queued: キューに追加済み
|
|
235
|
+
title: ジョブロック
|
|
236
|
+
outbox:
|
|
237
|
+
index:
|
|
238
|
+
description: PGMQへの公開待ちのトランザクショナルアウトボックスエントリ
|
|
239
|
+
empty: アウトボックスエントリはありません
|
|
240
|
+
headers:
|
|
241
|
+
created: 作成日
|
|
242
|
+
id: ID
|
|
243
|
+
payload: ペイロード
|
|
244
|
+
priority: 優先度
|
|
245
|
+
queue_topic: キュー / トピック
|
|
246
|
+
status: ステータス
|
|
247
|
+
pending: 保留中
|
|
248
|
+
published: 公開済み
|
|
249
|
+
stats:
|
|
250
|
+
no_age: "—"
|
|
251
|
+
oldest_age: "%{seconds}秒"
|
|
252
|
+
oldest_unpublished: 最も古い未公開
|
|
253
|
+
total: 合計
|
|
254
|
+
unpublished: 未公開
|
|
255
|
+
title: アウトボックス
|
|
256
|
+
processes:
|
|
257
|
+
index:
|
|
258
|
+
title: プロセス
|
|
259
|
+
processes_table:
|
|
260
|
+
empty: 実行中のプロセスはありません
|
|
261
|
+
headers:
|
|
262
|
+
hostname: ホスト名
|
|
263
|
+
kind: 種類
|
|
264
|
+
last_heartbeat: 最終ハートビート
|
|
265
|
+
metadata: メタデータ
|
|
266
|
+
pid: PID
|
|
267
|
+
status: ステータス
|
|
268
|
+
queues:
|
|
269
|
+
index:
|
|
270
|
+
title: キュー
|
|
271
|
+
queues_list:
|
|
272
|
+
empty: キューが見つかりません
|
|
273
|
+
headers:
|
|
274
|
+
actions: アクション
|
|
275
|
+
depth: 深さ
|
|
276
|
+
newest: 最新 (秒)
|
|
277
|
+
oldest: 最古 (秒)
|
|
278
|
+
queue: キュー
|
|
279
|
+
total_ever: 合計数
|
|
280
|
+
visible: 表示中
|
|
281
|
+
pause: 一時停止
|
|
282
|
+
pause_confirm: "%{name} の処理を一時停止しますか?"
|
|
283
|
+
paused: 一時停止中
|
|
284
|
+
purge: パージ
|
|
285
|
+
purge_confirm: "%{name} からすべてのメッセージを削除しますか?"
|
|
286
|
+
resume: 再開
|
|
287
|
+
show:
|
|
288
|
+
depth: 深さ:
|
|
289
|
+
empty: キューは空です
|
|
290
|
+
headers:
|
|
291
|
+
enqueued: エンキュー済み
|
|
292
|
+
id: ID
|
|
293
|
+
payload: ペイロード
|
|
294
|
+
reads: 読み取り回数
|
|
295
|
+
vt: VT
|
|
296
|
+
purge_confirm: すべてのメッセージを削除しますか?
|
|
297
|
+
purge_queue: キューをパージ
|
|
298
|
+
total: 合計:
|
|
299
|
+
visible: 表示中:
|
|
300
|
+
recurring_tasks:
|
|
301
|
+
index:
|
|
302
|
+
task_count:
|
|
303
|
+
one: "%{count} タスクが設定されています"
|
|
304
|
+
other: "%{count} タスクが設定されています"
|
|
305
|
+
title: 定期タスク
|
|
306
|
+
show:
|
|
307
|
+
back: 戻る
|
|
308
|
+
configuration: 設定
|
|
309
|
+
default_queue: デフォルト
|
|
310
|
+
disable: 無効にする
|
|
311
|
+
disabled: 無効
|
|
312
|
+
enable: 有効にする
|
|
313
|
+
execution_headers:
|
|
314
|
+
enqueued_at: エンキュー日時
|
|
315
|
+
scheduled_for: スケジュール日時
|
|
316
|
+
labels:
|
|
317
|
+
arguments: 引数
|
|
318
|
+
command: コマンド
|
|
319
|
+
description: 説明
|
|
320
|
+
job_class: ジョブクラス
|
|
321
|
+
priority: 優先度
|
|
322
|
+
queue: キュー
|
|
323
|
+
source: ソース
|
|
324
|
+
next_run: 次の実行
|
|
325
|
+
no_executions: まだ実行記録がありません
|
|
326
|
+
recent_executions: 最近の実行
|
|
327
|
+
run_now: 今すぐ実行
|
|
328
|
+
schedule: スケジュール
|
|
329
|
+
source_config: 設定ファイル
|
|
330
|
+
source_dynamic: 動的
|
|
331
|
+
status: ステータス
|
|
332
|
+
tasks_table:
|
|
333
|
+
default_queue: デフォルト
|
|
334
|
+
disable: 無効にする
|
|
335
|
+
disabled: 無効
|
|
336
|
+
empty_hint: config/recurring.yml にタスクを追加
|
|
337
|
+
empty_title: 定期タスクは設定されていません
|
|
338
|
+
enable: 有効にする
|
|
339
|
+
headers:
|
|
340
|
+
actions: アクション
|
|
341
|
+
last_run: 最終実行
|
|
342
|
+
next_run: 次の実行
|
|
343
|
+
queue: キュー
|
|
344
|
+
schedule: スケジュール
|
|
345
|
+
status: ステータス
|
|
346
|
+
task: タスク
|
|
347
|
+
never: なし
|
|
348
|
+
run_now: 今すぐ実行
|