I don't notice cron tasks on my server

i don’t notice cron tasks on my server (I have also enabled cron task on the server.js file)

This is what my cron task looks like

"*/1 * * * *": () => {
    console.log("month");
  },

It is supposed to run every minute