fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
497 B
Text
10 lines
497 B
Text
Django-cron lets you run Django/Python code on a recurring basis providing
|
|
basic plumbing to track and execute tasks. The two most common ways in which
|
|
most people go about this is either writing custom python scripts or a
|
|
management command per cron (leads to too many management commands).
|
|
|
|
Along with that some mechanism to track success, failure etc. is also usually
|
|
necessary.
|
|
|
|
This app solves both issues to a reasonable extent. This is by no means a
|
|
replacement for queues like Celery etc.
|