![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@slay-pics/slay-q-server
Advanced tools
[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![bundle][bundle-src]][bundle-href] [![Codecov][codecov-src]][codecov-href]
This is the server component of Slay Q.
This is a thin wrapper around Graphile Worker which is doing all of the heavy lifting.
Install package:
# npm
npm install @slay-pics/slay-q-server
# yarn
yarn add @slay-pics/slay-q-server
# pnpm
pnpm install @slay-pics/slay-q-server
# bun
bun install @slay-pics/slay-q-server
Run:
npx slay-q-server /path/to/slay-config.json
You must run the SQL migrations in the migrations folder against your database. Slay Q provides some additional functionality on top of Graphile Worker that requires additional database tables and stored procedures to be installed.
To run slay-q-server, you need to create a config file first:
{
"queues": {
"mail": {
"concurrency": 4
},
"messaging": {
"concurrency": 6,
"alias": [
"dispatch",
"ready"
]
},
"interactions": {
"concurrency": 1,
"alias": [
"reconcile",
"discord"
]
},
"housekeeping": {
"concurrency": 2
},
"profile": {
"concurrency": 8
},
"general": {
"concurrency": 10
}
}
}
We are essentially defining a variety of queues and their level of concurrency (the number of tasks that can run at once in the queue). Additionally, we are specifying aliases for these queues. These aliases are only provided to help keep things organized on the client side of things.
Published under MIT License.
FAQs
Slay Q Server is the server component of Slay Q, 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.
The npm package @slay-pics/slay-q-server receives a total of 6 weekly downloads. As such, @slay-pics/slay-q-server popularity was classified as not popular.
We found that @slay-pics/slay-q-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.