Skip to content

Commit

Permalink
Merge pull request #1 from jfmatth/enh/cron-docs-update
Browse files Browse the repository at this point in the history
reference cron alternatives
  • Loading branch information
rcarmo authored Jun 20, 2024
2 parents 5b3e05f + 7402bab commit 9016267
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/configuration/procfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ cron2: 0 * * * * python batch.py
!!! warning
`crontab` expressions are simplified and do not support ranges or lists, only single values, splits and `*` (wildcard).

#### alternatives
```Python```
[apscheduler](https://github.com/agronholm/apscheduler) - Provides it's own library for scheduling jobs, and honors the full regex of crontab.


### `preflight`

`preflight` is a special "worker" that is run once _before_ the app is deployed _and_ dependencies are installed (can be useful for cleanups, like resetting caches, removing older versions of files, etc).
Expand Down

0 comments on commit 9016267

Please sign in to comment.