System Health Check
System Healthy
PostgreSQL Database
Healthy- Connection: OK
- Platforms: 3
- Equipment Items: 151225
Redis Cache
Error- Connection:
- Version:
- Clients:
- Memory:
Celery Workers
Error[Errno 111] Connection refused
AWS S3 Storage
Healthy- Bucket: macd-auction-scraper
- Region: us-east-1
- Access: OK
- Objects: 1+
Application
Healthy- Environment: Development
- Debug Mode: Yes
- Django: 4.2.20
Recent Activity
Info
Recent Scrapes:
CrankyApe - completed (1 items)
CrankyApe - completed (3000 items)
CrankyApe - completed (1 items)
Recent Equipment:
John Deere 4440 (HiBid)
John Deere 3020 Deisel Tractor (HiBid)
John Deere 8640 (HiBid)
Single Red Pedal Tractor Rear Star Rim, No Slots (HiBid)
International 986 (HiBid)
{
"database": {
"status": "healthy",
"details": {
"connection": "OK",
"platforms": 3,
"equipment_items": 151225
}
},
"redis": {
"status": "warning",
"details": {
"error": "Redis unavailable from web service: Redis URL must specify one of the following schemes (redis://, rediss://, unix://)",
"note": "Worker/Beat may still be functional"
}
},
"celery": {
"status": "error",
"details": {
"error": "[Errno 111] Connection refused"
}
},
"s3": {
"status": "healthy",
"details": {
"bucket": "macd-auction-scraper",
"region": "us-east-1",
"access": "OK",
"sample_object_count": 1
}
},
"application": {
"status": "healthy",
"details": {
"debug_mode": true,
"django_version": "4.2.20",
"environment": "development"
}
},
"recent_activity": {
"status": "info",
"details": {
"recent_scrapes": [
{
"platform": "CrankyApe",
"started": "2025-10-02T02:10:26.717054+00:00",
"status": "completed",
"items_processed": 1
},
{
"platform": "CrankyApe",
"started": "2025-10-02T01:11:36.556120+00:00",
"status": "completed",
"items_processed": 3000
},
{
"platform": "CrankyApe",
"started": "2025-09-29T04:35:36.867664+00:00",
"status": "completed",
"items_processed": 1
}
],
"recent_equipment": [
{
"title": "John Deere 4440",
"platform": "HiBid",
"created": "2025-12-21T09:05:00.938909+00:00"
},
{
"title": "John Deere 3020 Deisel Tractor",
"platform": "HiBid",
"created": "2025-12-21T09:04:58.149830+00:00"
},
{
"title": "John Deere 8640",
"platform": "HiBid",
"created": "2025-12-21T09:04:56.485869+00:00"
},
{
"title": "Single Red Pedal Tractor Rear Star Rim, No Slots",
"platform": "HiBid",
"created": "2025-12-21T09:03:59.474496+00:00"
},
{
"title": "International 986",
"platform": "HiBid",
"created": "2025-12-21T09:02:12.637272+00:00"
}
]
}
}
}
You can also access this data as JSON by sending an
Accept: application/json header.