Message Types
All bodies use:
{
"action": "string",
"data": {}
}
| Queue | action | msg_type | Triggered from |
|---|---|---|---|
prematch_queue | create_fixture | 1 | prematch/actions/_shared.py:get_or_create_fixture |
prematch_queue | activate_fixture | 1 | prematch/actions/activate_fixture.py |
prematch_queue | update_fx_meta | 1 | prematch/actions/update_fx_meta.py |
prematch_queue | fx_finished | 1 | prematch/actions/fx_finished.py |
prematch_queue | add_markets | 3 | internal/pipeline/stages.py (and shared internal helpers) |
prematch_queue | add_results | 15 | prematch/actions/add_results.py |
live_queue | add_markets | 3 | live/actions/_shared.py (update_fx) |
live_queue | update_fx_score | 3 | live/actions/_shared.py (update_fx_score / update_fx_scores) |
live_queue | update_fx_timer | 3 | live/actions/_shared.py (update_fx_timer) |