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)
Dec 27 2024, 7:15 PM
Unknown Object (File)
Dec 17 2024, 3:59 PM
Unknown Object (File)
Nov 14 2024, 4:36 PM
Unknown Object (File)
Oct 17 2024, 3:29 AM
Unknown Object (File)
Oct 16 2024, 7:23 PM
Unknown Object (File)
Oct 4 2024, 12:33 AM
Unknown Object (File)
Oct 3 2024, 10:10 PM
Unknown Object (File)
Oct 2 2024, 8: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.