Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@ Each of the slash commands should have `Escape Channels, users and links sent to

3. `npm run start` (starts the backend server)

### Scheduled Jobs

The scripts in `packages/jobs` are standalone bash jobs intended for cron-style execution. They no longer require Python or Pipenv.

- `packages/jobs/health-job/script.sh` requires `bash` and `curl`
- `packages/jobs/fun-fact-job/script.sh` requires `bash`, `curl`, `jq`, and `mysql`
- `packages/jobs/pricing-job/script.sh` requires `bash`, `mysql`, and `awk`

### Available Scripts

From the root directory, you can run:
Expand Down
15 changes: 0 additions & 15 deletions packages/jobs/fun-fact-job/Pipfile

This file was deleted.

128 changes: 0 additions & 128 deletions packages/jobs/fun-fact-job/Pipfile.lock

This file was deleted.

Loading
Loading