Django-crontab +

March 13, 2023 ยท View on GitHub

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.