Hi,
I have 20 batch tick scripts that every batch task runs every hour(using
.period(1h).groupBy(time(1h), ‘tagKey’).cron(‘0 0 * * * * *’) ).
And I want to know that the execution order of these batch tasks.
Are these batch tasks executing in the same time or in sequential order?