Task Queue
Task Types
Section titled “Task Types”| Type | Description |
|---|---|
| FETCH_DATA | Historical data collection |
| BACKTEST | Strategy backtesting |
| OPTIMIZATION | Parameter optimization |
| BULK_INSERT | Bulk data upload |
Task States
Section titled “Task States”| State | Color | Description |
|---|---|---|
| Pending | Blue | Queued, waiting to run |
| Running | Yellow | Currently executing |
| Completed | Green | Finished successfully |
| Failed | Red | Error occurred |
Monitoring Tasks
Section titled “Monitoring Tasks”The task queue shows:
- Task type and description
- Current status
- Progress percentage (for long-running tasks)
- Start and end times
- Error messages (for failed tasks)
Retrying Failed Tasks
Section titled “Retrying Failed Tasks”For failed tasks:
- Click on the failed task
- Review the error message
- Fix any underlying issues
- Click Retry to re-run
Task Limits
Section titled “Task Limits”- Maximum concurrent tasks: 5
- Task timeout: 30 minutes
- Failed tasks retained: 7 days
Next Steps
Section titled “Next Steps”- Data Collection - Configure data fetching
- Troubleshooting - Common issues