Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 801 Bytes

File metadata and controls

19 lines (12 loc) · 801 Bytes

Django-crontab +

Dead simple crontab powered job scheduling for django.

Features

  • Clearing sessions automatically [django]
  • Renewing the compression of scss automatically [compressor]
  • Expiring invitations of participants automatically [application]
  • Sending announcements every 5 minutes [messages]

Integration to Hackassistant

Simply create a django management command and then add the command to the CRONJOBS variable on the settings.py.

Future work

  • Integrate future cron jobs with this library.