About the next query time in JDBC query origin
Hi, please conside this situation. A piplelien using JDBC query origin, and the query interval is set to 1 hour. Once fetched some data, let's say it will take 40 mins to process all data in this pipeline. After done, when will the next query will happen? For example: At 12:00, I started the pipepile, and origin query the first batch data and process, it spent 40 mins. The next query time wil lbe 13:00 or 13:40? Thanks.