Change my schedule function after deploy

Hi everyone, i’ve been deployed my schedule function for run about @hourly but after this i’ve made any changes on my fuction time to run about 150 minutes, but even had that changes the function keep running like the first deploy at hourly

Howdy @danieeellps09 and welcome to the community! :wave:

To assist us in troubleshooting, could you share:

  • the code configuring the scheduled function, whether that is in netlify.toml or inline in the function itself
  • the site name
  • scheduled function name

Of Course
Of Course
[build]
command = ‘npm run build’
functions = ‘functions’
publish = ‘build’
[functions.“function-name”]
schedule = "*/150 * * * * "

You say of course, but you didn’t actually answer Audrey’s questions about the function code nor the sitename. Could you please post them here for us?

I created a function that posts every 0 minutes of the current hour, deployed it, and later changed the function to run every 150 minutes. However, the function still triggers @Hourly.

@danieeellps09 as my colleagues fool and Audrey mentioned, we need more details to sort this out:

To assist us in troubleshooting, could you share:

  • the code configuring the scheduled function, whether that is in netlify.toml or inline in the function itself
  • the site name
  • scheduled function name

Unless you provide these, we are unable to assist here.

Thank you for understanding.