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

How can I add an hour limit for all users of an app? #215

Open
gioneves opened this issue Apr 1, 2023 · 1 comment
Open

How can I add an hour limit for all users of an app? #215

gioneves opened this issue Apr 1, 2023 · 1 comment

Comments

@gioneves
Copy link

gioneves commented Apr 1, 2023

I would like to schedule my application to run 30 hours a month for each of my users.

That is, each user could access it for a maximum of 30 hours per month.

Thanks!

@cwilligv
Copy link

cwilligv commented Jun 2, 2023

Hi @gioneves ,

All I can think of is you handling that in a database by keeping track of login and logout time and then assessing whether their quota has been reach or not and putting up a message when the quota is reach.

Cheers.

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