Run background tasks with Celery on Vercel
Celery , an asynchronous distributed task queue for Python, is now supported natively on Vercel. Tasks are executed as Vercel Functions and automatically scale with traffic. Runtime Cache By default, task results are stored in, which is sufficient for small data sizes and relatively short workflow…
Sources
- T1Run background tasks with Celery on VercelVercel (blog + changelog)