- 10 Sep 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Task Results
- Updated on 10 Sep 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Understanding Celery and Task Management in Paradigm's Admin Panel
In Paradigm, Celery is used as a background task runner, managing various processes such as parsing data, sending emails, and other asynchronous operations. The admin panel provides a way to monitor and manage these tasks effectively.
Task Results
The Task Results section displays a list of all executed background tasks along with their current status, any errors encountered, and their results. This allows administrators to keep track of what tasks have been performed, identify any issues, and review the outcomes of these tasks.
By using the Celery task management features, administrators can ensure that all background processes are running smoothly, identify potential problems, and maintain the overall performance and reliability of the platform.