Appearance
Jobs
The Jobs page shows what the pipeline is doing right now and what it has done in the past.
Pipeline Tracker
At the top of the page, you'll see a visual progress bar showing the current stage of the pipeline:
The Pipeline Steps
| Step | What's Happening |
|---|---|
| Collector - RSS | Fetching articles from news feeds |
| Analyse Article Sentiment | Scoring each article's sentiment |
| Analyse Surprise | Looking for unexpected events |
| Analyse Psychology | Measuring cognitive biases |
| Analyse Psychology - Self Critique | Double-checking bias scores |
| Calculate Indicators | Computing RSI, moving averages, and trend data |
| Fetch Calendar | Getting upcoming earnings and events |
| Generate Predictions | Running the AI to create price forecasts |
| Validate Results | Checking accuracy after market close |
| Save Report | Saving the daily report |
- Green circles: Completed steps
- Blue pulsing circle: Current step
- Gray circles: Upcoming steps
- Progress bar: Shows how many articles have been analyzed so far
Jobs Table
Below the pipeline tracker is a history of all pipeline runs:
| Column | What It Tells You |
|---|---|
| Job ID | Unique identifier for this run |
| Status | Started = running / Completed = done / Error = something went wrong |
| Start | When the job started |
| End | When the job finished |
| Duration | How long it took |
| Day | The trading day |
| Detail | Any error messages or notes |
Starting a Pipeline Run
Use the buttons at the top to manually start a run:
- Trigger Run All: Runs the full pipeline — collect, analyze, predict, validate
- Trigger Prediction: Runs only the prediction stage (uses data already collected)
The system won't let you start a new run while one is already in progress.
What to Check
- Is the pipeline running? Look for a "started" status job
- Where is it in the process? Check the pipeline tracker
- Did anything fail? Look for "error" status and read the detail
- How long does it take? Watch durations to understand timing
- Is data flowing? Check that articles are being collected and analyzed

