Page MenuHomeFreeBSD

New port: www/py-django-cron: Running Python crons in a Django project
ClosedPublic

Authored by kai on Mar 15 2019, 9:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 29, 10:17 AM
Unknown Object (File)
May 7 2024, 11:19 PM
Unknown Object (File)
May 7 2024, 11:19 PM
Unknown Object (File)
May 7 2024, 11:12 PM
Unknown Object (File)
May 7 2024, 10:47 PM
Unknown Object (File)
Apr 20 2024, 2:41 PM
Unknown Object (File)
Mar 6 2024, 11:44 AM
Unknown Object (File)
Jan 9 2024, 6:38 PM
Subscribers
None

Details

Summary

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
necesary.

This app solves both issues to a reasonable extent. This is by no means a
replacement for queues like Celery etc.

WWW: https://github.com/tivix/django-cron

Test Plan
  • poudriere (11.2-, 12.0-RELEASE, 13.0-CURRENT@r344874 amd64 + i386) for each py27 + py36 flavor -> OK
  • portlint -> OK
  • Runtime tests -> OK

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 23103
Build 22158: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Mar 17 2019, 7:38 AM
This revision was automatically updated to reflect the committed changes.