docs: document how our job system works#259
Merged
SgtPooki merged 11 commits intofix/jobs-lock-fixfrom Feb 11, 2026
Merged
Conversation
SgtPooki
commented
Feb 10, 2026
* fix: log full pieceCid, CID, and providerAddresses * chore: fix lint
Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.6.0 to 3.4.0. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](dcastil/tailwind-merge@v2.6.0...v3.4.0) --- updated-dependencies: - dependency-name: tailwind-merge dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…updates (#255) * chore(deps): bump the npm-dependencies group Bumps the npm-dependencies group in /apps/backend with 9 updates: | Package | From | To | | --- | --- | --- | | [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.1.6` | `11.1.13` | | [@nestjs/config](https://github.com/nestjs/config) | `4.0.2` | `4.0.3` | | [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.1.6` | `11.1.13` | | [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `11.1.6` | `11.1.13` | | [@nestjs/schedule](https://github.com/nestjs/schedule) | `6.0.0` | `6.1.1` | | [@nestjs/swagger](https://github.com/nestjs/swagger) | `11.2.0` | `11.2.6` | | [axios](https://github.com/axios/axios) | `1.11.0` | `1.13.5` | | [undici](https://github.com/nodejs/undici) | `7.16.0` | `7.21.0` | | [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `11.1.6` | `11.1.13` | Updates `@nestjs/common` from 11.1.6 to 11.1.13 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.13/packages/common) Updates `@nestjs/config` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/nestjs/config/releases) - [Commits](nestjs/config@4.0.2...4.0.3) Updates `@nestjs/core` from 11.1.6 to 11.1.13 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.13/packages/core) Updates `@nestjs/platform-express` from 11.1.6 to 11.1.13 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.13/packages/platform-express) Updates `@nestjs/schedule` from 6.0.0 to 6.1.1 - [Release notes](https://github.com/nestjs/schedule/releases) - [Commits](nestjs/schedule@6.0.0...6.1.1) Updates `@nestjs/swagger` from 11.2.0 to 11.2.6 - [Release notes](https://github.com/nestjs/swagger/releases) - [Commits](nestjs/swagger@11.2.0...11.2.6) Updates `axios` from 1.11.0 to 1.13.5 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.11.0...v1.13.5) Updates `undici` from 7.16.0 to 7.21.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v7.16.0...v7.21.0) Updates `@nestjs/testing` from 11.1.6 to 11.1.13 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.13/packages/testing) --- updated-dependencies: - dependency-name: "@nestjs/common" dependency-version: 11.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@nestjs/config" dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@nestjs/core" dependency-version: 11.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@nestjs/platform-express" dependency-version: 11.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@nestjs/schedule" dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@nestjs/swagger" dependency-version: 11.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: undici dependency-version: 7.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@nestjs/testing" dependency-version: 11.1.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update pnpm lock file --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.3 to 25.2.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.2.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [jsdom](https://github.com/jsdom/jsdom) from 27.4.0 to 28.0.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](jsdom/jsdom@27.4.0...28.0.0) --- updated-dependencies: - dependency-name: jsdom dependency-version: 28.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump pg-boss from 6.2.2 to 12.9.0 in /apps/backend Bumps [pg-boss](https://github.com/timgit/pg-boss) from 6.2.2 to 12.9.0. - [Release notes](https://github.com/timgit/pg-boss/releases) - [Commits](timgit/pg-boss@6.2.2...12.9.0) --- updated-dependencies: - dependency-name: pg-boss dependency-version: 12.9.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix: use new pg-boss version * chore: rename batchSize vars --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
Contributor
|
I'm reviewing this in #247 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/jobs.mdto describe how pg-boss jobs work in dealbot, including schedule state, queues, polling, concurrency, and backpressure.subscribevswork).docs/runbooks/jobs.mdto SOP-only content and added references to the new overview.Changes
docs/jobs.mddocs/runbooks/jobs.mdNotes
work/offWork).fixes #245