Skip to content

Web application freezes during task execution #499

@Pttest4321

Description

@Pttest4321

When executing tasks, the web application becomes unresponsive or freezes until the task completes. This negatively impacts user experience.

Possible cause:
The task might be running synchronously on the main thread, blocking user interactions.

Suggested solutions:

  • Run long-running tasks asynchronously or in a background thread.
  • Implement task queues (e.g., Celery or Redis) to handle heavy tasks.
  • Provide progress indicators or loaders to inform users during task execution.

Let me know if further details are needed.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions