Skip to content

Commit

Permalink
reference cron alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
John Matthew committed Jun 18, 2024
1 parent e280e1f commit 7402bab
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 @@ -55,6 +55,11 @@ A `cron` worker is a process that runs at a specific time (or intervals), using
!!! 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 7402bab

Please sign in to comment.