Support for scheduled functions

  • Services: Functions
  • Release Date: September 09, 2024

You can now schedule functions you've built and deployed with OCI Functions using the OCI Resource Scheduler.

Scheduling functions to run at the same time each week, day, or hour enables you to automate some of the tasks associated with managing cloud infrastructure.

To schedule a function you use OCI Resource Scheduler to create a new resource schedule, and then add the function to that resource schedule. You can add additional functions to the same resource schedule later.

Note that before the function can be invoked according to the resource schedule, you have to create a dynamic group that includes the resource schedule, and a policy statement that grants the dynamic group access to the function.

For more information, see Scheduling Functions.