Is there any way to configure an OpenResty where one of the Nginx worker processes will not accept client requests? I want to utilize one of the process to periodically retrieve data from RDS and update the cache, replicate Redis. This application requires low latency response time and do not want worker process to delay the response due to other processing.