Lokesh Sanapalli

Lokesh Sanapalli

Lokesh Sanapalli is a software engineer who loves to solve real world problems using software engineering principles.

  • Articles
  • Snippets
  • Bytes
  • About me
  • Contact me
  • Resume
  • Projects
  • Mentorship
  • email
  • medium
  • github
  • twitter
  • youtube
  • linkedin
  • instagram
© All rights reserved.

celery

October 2020Software Engineering

Scaling Celery to handle workflows and multiple queues

Celery is an asynchronous task queue to execute tasks concurrently. As the project grows, scaling celery is a tedious task. In this post, I discuss about how to design workflows with celery and how to scale it.

Read
← PREV
→ NEXT