Schedule django management command
Author: aarcroCreated Sep 22, 2017Updated Jun 26, 2024
It's so easy to run zappa manage migrate
It would be awesome to do
events:
- manage: migrate
expression: rate(1 minute)Note: not actually for the migrate command, but things like django-post_office's send_queued_mail
Source: Miserlou/Zappa