Data insertion is stopping while compression

Hi,
Is there any way for the data writes/insertion while the compression is running. Unlocking the current uncompressed child table or main hypertable?

Configuration:
The chunk time interval is 1 day
Compression time was 15 minutes for 1 day of data
TimescaleDB version is pg16.3-ts2.15.2 and running on k8
Compression policies are default one: Compression Policy [10**]

Issue: Data insertion pauses during compression, interrupting real-time data flow.

I have already gone through these open issues so is there any way to do some setting to resolve or any hack?

Also, I’m thinking about decreasing the chunk time interval. If I reduced the time interval should it affect read queries? and what should be the ideal chunk time interval?