I need to implement a Node.js cron scheduler like Airflow. Is it possible to implement it without working on Python?
Till now, all my jobs are running on my server only via internal script calling another job scripts. Any alternative or better way to implement?