Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refund after 15 min if ente doesn’t say user logged in #4

Open
yuwash opened this issue Jun 17, 2018 · 3 comments
Open

refund after 15 min if ente doesn’t say user logged in #4

yuwash opened this issue Jun 17, 2018 · 3 comments

Comments

@yuwash
Copy link
Member

yuwash commented Jun 17, 2018

Probably the main Django server should take care

@kyeap
Copy link

kyeap commented Jun 17, 2018

Todo: Check out how Django deals with reoccurring events, e.g. every 15mins

@yuwash
Copy link
Member Author

yuwash commented Jul 31, 2018

This Jobs scheduling from django-extensions might be a good fit

@yuwash
Copy link
Member Author

yuwash commented Sep 4, 2018

It seems like the Jobs scheduling feature mentioned above requires an external mechanism for recurrently triggering the task (such as cron). As long as there aren’t that many jobs that need to be run every hour, every day etc., we could just define the custom management commands without that extension.
I’m thinking about using Django Q instead which does implement scheduling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants