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)
Mon, Mar 31, 4:43 AM
Unknown Object (File)
Tue, Mar 18, 2:46 PM
Unknown Object (File)
Feb 10 2025, 6:55 AM
Unknown Object (File)
Feb 8 2025, 6:14 PM
Unknown Object (File)
Feb 5 2025, 10:02 PM
Unknown Object (File)
Jan 29 2025, 8:21 PM
Unknown Object (File)
Dec 27 2024, 7:15 PM
Unknown Object (File)
Dec 17 2024, 3:59 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

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.