I need delayed CQ

Hi all !
I’am benchmarking InfluxDB for production use and of course, I must validate some of our needs. Data we collect are themselves timestamped at the source. Some exporters could delay some of their export, so we need to execute CQs with a little shift.
For example :
execute à 08:15 a CQ to aggregate data between 07:00 and 08:00
execute à 09:15 a CQ to aggregate data between 08:00 and 09:00

Is there any way to design such a CQ ?

Thank your for your help,

@mnementh64 Yup! you need the EVERY ... FOR ... clause in the CQ.