I want to use node-cron in nextjs. But, it only needs to initialize at the beginning of the server, and no need for recalling in every render. The one way I found it is by using a custom server. But, if I use the custom server, will it affect performance or is there any other issue with that?