Rate limit, if i paid for Xano for

Options
Can I make the API automatically make a call every 1 min for example? 
if yes, how can I do that? 

Comments

  • Brett Lewis
    Brett Lewis Member
    Options
    Sure, use a background task. 

    From the launch plan upwards you could to 1 minute intervals - more frequently on the higher plans.

    For more info see https://docs.xano.com/xano-features/tasks
  • Brandon Hassler
    Options
     nailed it on the head. Tasks is the built-in way to accomplish this. If say you did not want to use a higher plan a way around this (I'm thinking hypothetically) is to use an outside source like Zapier as a timer to make a call to your API. Although if we're talking every one minute, you'll still end up needing a more expensive plan on Zapier to make this happen, so you might as well go with the clean native solution.