I am using pg_timetable to reindex concurrently some of my indexes.
While doing the reindex, another query comes and locks the table. At this time an error appears and the command does not get finished.
Here is my config:



Here is the execution log:

Here is the timetable log:

How is it possible to overcome this error?