https://github.com/podverse/podverse-workers
Worker scripts that are invoked on-demand and in cron jobs
https://github.com/podverse/podverse-workers
Last synced: about 1 year ago
JSON representation
Worker scripts that are invoked on-demand and in cron jobs
- Host: GitHub
- URL: https://github.com/podverse/podverse-workers
- Owner: podverse
- License: agpl-3.0
- Created: 2023-12-13T06:03:57.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-30T06:55:06.000Z (about 1 year ago)
- Last Synced: 2025-04-30T07:44:28.336Z (about 1 year ago)
- Language: TypeScript
- Size: 340 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# podverse-workers
Worker scripts that are invoked on-demand within their own containers.
## NOTE!
The `podverse-workers` module should not be imported into any other Podverse repos!
This module is intended only for running scripts that are invoked within their own containers. If you need code that can be imported into other repos, it should go in one of the following modules instead:
podverse-external-services
podverse-orm
podverse-parser
podverse-shared
## Developing Podverse modules
Podverse maintains several different modules which are imported across apps. Please read [Developing Podverse modules](https://github.com/podverse/podverse-ops/blob/master/docs/how-to-develop-podverse-modules.md) for a workflow you can use to make code changes to this module locally.
## Setup
```
yarn
```
## Development
```
yarn dev:watch
```