We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Lorsque l'on supprime un séminaire, une requête synchrone est envoyée à BBB :
b3desk/web/b3desk/models/meetings.py
Lines 171 to 181 in 5527bfb
b3desk/web/b3desk/models/bbb.py
Lines 246 to 251 in 5527bfb
Cette requête peut prendre beaucoup de temps à répondre.
On devrait déléguer cette requête à une tâche celery
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Lorsque l'on supprime un séminaire, une requête synchrone est envoyée à BBB :
b3desk/web/b3desk/models/meetings.py
Lines 171 to 181 in 5527bfb
b3desk/web/b3desk/models/bbb.py
Lines 246 to 251 in 5527bfb
Cette requête peut prendre beaucoup de temps à répondre.
On devrait déléguer cette requête à une tâche celery
The text was updated successfully, but these errors were encountered: