Example repo that reimplements a Django + Celery task flow with Restate so you can compare reliability and architecture side by side.
Django Celery → Restate
Related
From Celery to Restate: Rethinking Async Tasks in Django
·1796 words·9 mins
The Celery Question # For years, when someone asked “How do I handle background tasks in Django?”, the answer was almost always “Use Celery”. And for good reason. Celery is mature, battle-tested, and has solved async task processing for countless Django applications. It has extensive documentation, a large ecosystem of plugins, and most Django developers have at least some experience with it.
Flask + Restate
Side-by-side Flask apps showing durable execution with Restate versus plain request handlers.
Django DRF → MCP
Turn an existing Django REST Framework project into MCP tools for AI assistants in minutes.
