Run Daily job

Hi,

Is there a way to run a daily job that calls am endpoint to perform a task everyday?
Want to know if I can do that or potentially say I want to run something 35 minutes after a function is called.

Yes, there is:
https://backendless.com/docs/codeless/codeless_what_is_a_codeless_timer.html

Looks for “Timers” in the Quick Access menu

1 Like

Thanks!
I’ll give it a shot.

Hi,

Sorry to reopen this but just curious:
Is there a way to trigger a timer to start from an endpoint?
Eg:

  • Timer1 runs daily and updates a column everyday.
  • Endpoint1 triggers Timer1 to run immediately.
  • Timer1 runs to update a column.

Yes, but only with FlowRunner

Do I need to request access to use it?

Are you the owner of the app?

I’m the most active admin but I can contact the owner if needed.
What would the owner need to do?

Check if you have permissions for FlowRunner in the Manage > App settings > Team section

You might be able to check these permissions yourself

1 Like

Got it!
I’ll play around with Flow runner and if I have any other issue, I’ll open a new discussion.

Thanks again!