worker icon indicating copy to clipboard operation
worker copied to clipboard

High performance Node.js/PostgreSQL job queue (also suitable for getting jobs generated by PostgreSQL triggers/functions out into a different work queue)

Results 61 worker issues
Sort by recently updated
recently updated
newest added

### Feature description worker API that can determine whether worker is up-and-running ### Motivating example when kubernetes is running a pod it has several probes to determine its status (startup,...

enhancement

## Description The current link 404s. ## Performance impact N/A - docs only ## Security impact N/A - docs only ## Checklist - [x] My code matches the project's code...

Seems you can't use `services` on Windows/mac so this PR is on hold until I have time to figure out how to do this.

See https://github.com/graphile/worker/pull/316#issuecomment-1427173046 (To be clear: Graphile Worker works fine under Windows, it's cloning the repository and then contributing to it that doesn't work so well.)

help wanted
good first issue

### Feature description I would like to be able to tell how many jobs are ready to be run in the `jobs` table. There is no public interface for doing...

### Summary Does the crontab for Graphile Worker support time zone? ### Additional context Our customers are from New York mostly. We'd like to create a cron job that runs...

enhancement

### Feature description When configuring worker to retrieve and process jobs, support a per-task-type time offset which controls how far in the future to look for jobs. For example, if...

### Feature description In the documentation section [Don't just jump to another queue!](https://worker.graphile.org/docs/scaling#dont-just-jump-to-another-queue), you make the following suggestion: > I have plans that I've not had time to implement w.r.t....

```ts import type {} from "graphile-config"; import { run } from "graphile-worker"; import { WorkerProPreset } from "@graphile-pro/worker"; const preset: GraphileConfig.Preset = { extends: [WorkerProPreset], worker: { /* Your worker...

good first issue
🐛 bug