You can confirm that the scheduler for vectorization is running in the pg_stat_activity view.
SELECT * FROM pg_stat_activity WHERE backend_type LIKE '%pgx_vectorizer%';