How can I write search_def.json to swarm in 15 minute intervals?

How can I write search_def.json to swarm in 15 minute intervals?
When hour: 0, minute: 15 is written, consumption of the result model_params.py has become None.
Data files read in are arranged every 15 minutes.

If your data is already aggregated, you don’t want to use the aggregation parameters in the swarm definition.

I want to calculate the predicted value based on this because the given data is actually measured.
Therefore, I would like to swarm the actual value and create model_param.py.
I want to know there.

You said your input file is already at 15 minute intervals, and there is no aggregation. So these are the actual data measured. So you should not need aggregation in your swarm definition. Can you share your JSON?

Tanke you.