Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@slay-pics/slay-q

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slay-pics/slay-q - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

package.json
{
"name": "@slay-pics/slay-q",
"version": "0.2.2",
"version": "0.2.3",
"description": "Slay Q is a queue and background job management system inspired by Inngest. It's in production use on https://slay.pics for managing all of our media processing, notifications and other services.",

@@ -5,0 +5,0 @@ "repository": "SlayPics/SlayUtils",

@@ -62,2 +62,12 @@ # Slay Q

### Running a Local Development Server
To run the local development server:
```bash
npx giget@latest gh:SlayPics/SlayUtils/docker slayq-docker
cd slayq-docker
docker compose up -d
```
When setting up your SlayQ client in your app you can use either the postgres driver or the RPC driver (see below).
### Write a Function/Job

@@ -64,0 +74,0 @@ The key unit of Slay Q is an event which is represented as a function. Each event/function is made up of individual steps. When

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc