You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/task_processor/processor.py", line 96, in _run_task
task.run()
File "/usr/local/lib/python3.11/site-packages/task_processor/models.py", line 66, in run
return self.callable(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/organisations/tasks.py", line 125, in handle_api_usage_notifications
handle_api_usage_notification_for_organisation(organisation)
File "/app/organisations/task_helpers.py", line 117, in handle_api_usage_notification_for_organisation
api_usage_percent = int(100 * api_usage / allowed_api_calls)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
ZeroDivisionError: division by zero
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: