We currently use orchestration engines like Jenkins, Prefect and others to execute batch jobs every X seconds. These orchestration engines don’t scale well for quick jobs. I can see pulsar functions support CRON syntax - is there a dashboard, or APIs, that would show all CRON configured function runs, pending runs, historical function logs and results?
Interested in whether I can use pulsar instead of other tools for frequent small batch jobs.
Matt.