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
Certain tasks in caluma can currently lead to timeouts when performed with large amounts of data. One example is the recalculation of calculated answers when modifying the calc expression of a calculated question:
Certain tasks in caluma can currently lead to timeouts when performed with large amounts of data. One example is the recalculation of calculated answers when modifying the calc expression of a calculated question:
caluma/caluma/caluma_form/signals.py
Lines 104 to 114 in 4ea87d0
Tasks such as this (there might be other examples as well) would benefit from moving them into a background task using Celery.
The text was updated successfully, but these errors were encountered: