I need to update the timescaledb table frequently, which is unavoidable. And all cleanup operations need to be performed automatically. Using Autovacuum alone cannot return the space to the disk. In actual applications, the storage space occupied by the database is still increasing. I need a tool like pg_repack to clean up dead tuples and return space to the disk, but there will be problems with the use of hypertables: "ERROR: hypertables do not support enabling or disabling triggers."
