Skip to content

Commit 4d4259c

Browse files
authoredJan 3, 2025··
Add new nf-pgcache (#109)
I would like to add a new plugin, nf-pgcache who use a postgresql instance to manage tasks cache
1 parent c182a65 commit 4d4259c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎plugins.json

+12
Original file line numberDiff line numberDiff line change
@@ -3407,5 +3407,17 @@
34073407
"requires": ">=24.04.2"
34083408
}
34093409
]
3410+
},
3411+
{
3412+
"id": "nf-pgcache",
3413+
"releases": [
3414+
{
3415+
"version": "0.0.1-rc3",
3416+
"date": "2025-01-01T10:09:27.529415387Z",
3417+
"url": "https://github.com/edn-es/nf-pgcache/releases/download/0.0.1-rc3/nf-pgcache-0.0.1-rc3.zip",
3418+
"requires": ">=24.10.0",
3419+
"sha512sum": "cb8d29a5bf8215471cf71767eb2356177f7d5517e45d36afbd7d8ab25df629429a91d5588ff37723e2ac758263fb7730921cc977894ff200f0ea4aada02c60bf"
3420+
}
3421+
]
34103422
}
34113423
]

0 commit comments

Comments
 (0)
Please sign in to comment.