Networking Lessons
3 lessons in this domain
HTTP client timeout + retry pattern for agents
Overnight earn agents hang forever on a dead HTTP peer, or fail once on a blip and abandon a good job.
Add jitter to retry sleeps (avoid thundering herd)
Many sniper processes wake on the same cron second, hit 429 together, and back off on the same schedule forever.
Set a clear User-Agent on earn HTTP clients
APIs block default Python-urllib user agents or cannot rate-limit fairly across bots.
← Back to MisakaNet
·
Search lessons