You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@balena/jellyfish-queue

Package Overview
Dependencies
Maintainers
1
Versions
2920
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@balena/jellyfish-queue - npm Package Compare versions

Comparing version

to
4.1.31-joshbwlng-archive-b0a48237dcc0d82f490aba872c4267e0d1424e78

4

package.json
{
"name": "@balena/jellyfish-queue",
"version": "4.1.30",
"version": "4.1.31-joshbwlng-archive-b0a48237dcc0d82f490aba872c4267e0d1424e78",
"repository": {

@@ -82,4 +82,4 @@ "type": "git",

"versionist": {
"publishedAt": "2022-03-23T04:16:09.194Z"
"publishedAt": "2022-03-25T07:29:35.717Z"
}
}

@@ -0,1 +1,3 @@

**Notice: This utility has been discontinued. The functionality provided by this module has been merged into [`jellyfish-worker`](https://github.com/product-os/jellyfish-worker).**
# Jellyfish Queue

@@ -7,3 +9,3 @@

Note that, although `jellyfish-queue` is mostly used for enqueuing action requests, it could also be used to support handling other types of objects as well.
Note that, although `jellyfish-queue` is mostly used for enqueuing action requests, it could also be used to support handling other types of objects as well.

@@ -10,0 +12,0 @@ Under-the-hood, this module makes use of [`graphile-worker`](https://github.com/graphile/worker), a persistent job queue that supports PostgreSQL and can be used to run jobs "in the background" so that application code is not held up.

Sorry, the diff of this file is too big to display