Is it possible to change the number of workers during training?

During DQN training, it is possible to configure a certain number of workers to fill in the replay_buffer until reaching learning_starts, and after that decrease the number of workers?