@slay-pics/slay-q
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72022
462