Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

airflow-scheduler

How to define Airflow DAG/task that shouldn’t run periodically

December 3, 2023 by Tarik

Based on the documentation, you can set the scheduler preset to None (Don’t schedule, use for exclusively “externally triggered” DAGs). Also, you can set it to @once if schedule once and only once.

Categories airflow Tags airflow, airflow-scheduler Leave a comment

Airflow tasks get stuck at “queued” status and never gets running

September 23, 2023 by Tarik

Tasks getting stuck is, most likely, a bug. At the moment (<= 1.9.0alpha1) it can happen when a task cannot even start up on the (remote) worker. This happens for example in the case of an overloaded worker or missing dependencies. This patch should resolve that issue. It is worth investigating why your tasks do … Read more

Categories airflow Tags airflow, airflow-scheduler Leave a comment

Efficient way to deploy dag files on airflow

April 17, 2023 by Tarik

Here is how we manage it for our team. First in terms of naming convention, each of our DAG file name matches the DAG Id from the content of the DAG itself (including the DAG version). This is useful because ultimately it’s the DAG Id that you see in the Airflow UI so you will … Read more

Categories airflow Tags airflow, airflow-scheduler Leave a comment

Airflow 1.9.0 is queuing but not launching tasks

March 9, 2023 by Tarik

Airflow can be a bit tricky to setup. Do you have the airflow scheduler running? Do you have the airflow webserver running? Have you checked that all DAGs you want to run are set to On in the web ui? Do all the DAGs you want to run have a start date which is in … Read more

Categories airflow Tags airflow, airflow-scheduler Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa