When my Nest.js application loads, i need to run some database operations. (mainly around data initialization). All these tasks are already built and working as actions in controllers. If i go manually to /api/controller/action - they work. I need a way to call each one of them when the server loads up. Any advice?