-
Notifications
You must be signed in to change notification settings - Fork 584
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
does not transfer the user to limit status when he has spent it #1551
Comments
I test this and there is no problem!! |
Do you use dev version? |
I'm using release version 0.7.0 I also do not see any errors in the output of marzban logs |
Send a screenshot from panel |
marzban_1 | Execution of job "review (trigger: interval[0:00:10], next run at: 2024-12-30 12:00:23 UTC)" skipped: maximum number of running instances reached (1) I get this message in the logs, I looked at the code of this cron task and saw that it does exactly what I need, namely checks and issues statuses. How to make this work? |
this is because you have 350k active users and checking this much user will take a long time, (more than few minutes) |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Set status limited for user
Screenshots
If applicable, add screenshots to help explain your problem.
Machine details (please complete the following information):
Additional context
Add any other context about the problem here.
The user has a traffic limit of 0.5gb, marzban successfully counts the spent traffic, but when the traffic reaches more than 0.5gb, marzban does not transfer the user to limited status, thereby the user can continue to use the config, up to an endless waste of gigabytes. This problem appeared after I exceeded 350k configs in the panel.
The text was updated successfully, but these errors were encountered: