Replies: 1 comment
-
If you are hosting your code using AWS Lambda, you can use AWS EventBridge (aka Cloudwatch Events) to invoke your function every 5 minutes and let your desired script run on startup. Another approach is to have your cronjobs live in a different lambda other than the one hosting your API Logic |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I schedule a custom django management command?
I want to run 'command_x' every 5 minutes. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions