Queues tab done
This commit is contained in:
parent
cdbf3f42b8
commit
56a6a25112
2 changed files with 195 additions and 39 deletions
|
|
@ -1163,6 +1163,25 @@
|
|||
},
|
||||
"job_queues": {
|
||||
"Oban": "Oban queues",
|
||||
"Gun": {
|
||||
"title": "Gun queues",
|
||||
"connections_pools": "Gun connections pool",
|
||||
"pools": {
|
||||
"title": "Gun worker pools",
|
||||
"default": "Default pool",
|
||||
"federation": "Federation pool",
|
||||
"media": "Media pool",
|
||||
"rich_media": "Rich media pool",
|
||||
"upload": "Upload pool"
|
||||
}
|
||||
},
|
||||
"Hackney": {
|
||||
"title": "Hackney pools",
|
||||
"federation": "Federation",
|
||||
"media": "Media",
|
||||
"rich_media": "Rich media",
|
||||
"upload": "Upload"
|
||||
},
|
||||
"queues": "Queues"
|
||||
},
|
||||
"nodb": {
|
||||
|
|
@ -1322,6 +1341,22 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
":connections_pool": {
|
||||
":max_idle_time": {
|
||||
"label": "Maximum idle time",
|
||||
"description": "idk"
|
||||
},
|
||||
":retry": {
|
||||
"label": "Retry",
|
||||
"description": "idk"
|
||||
}
|
||||
},
|
||||
":pools": {
|
||||
":rich_media": {
|
||||
"label": "Rich media",
|
||||
"description": "idk"
|
||||
}
|
||||
},
|
||||
"Pleroma_DOT_Formatter": {
|
||||
":attribute_toggle": {
|
||||
"label": "Set {attr} attribute"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue