Migration Case: From Azkaban to DolphinScheduler
dev.to·6h·
Discuss: DEV
Flag this post

I. Why Did We Abandon Azkaban?

At the beginning, we chose LinkedIn’s open-source Azkaban for scheduling mainly because of two features we valued: first, the clean interface and simple operation; second, the use of “projects” to manage tasks, which felt very intuitive. At that time, the team was just starting to build the data platform, and this lightweight and clear tool perfectly matched our needs. There were also other reasons:

  • Active community (at the time)
  • Simple deployment with few dependencies (only MySQL + Web Server + Executor)
  • Supports job file–defined dependencies, suitable for DAG scenarios

However, as business scale expanded, Azkaban’s shortcomings gradually surfaced:

  1. Lack of automatic task failure retry mechanism

Azkaban’s retry strategy is extrem…

Similar Posts

Loading similar posts...