Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8447011
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T10:04:46+00:00 2026-06-10T10:04:46+00:00

My goal is to synchronize a web-application with an internal database. The web-application has

  • 0

My goal is to synchronize a web-application with an internal database. The web-application has a public API, but in order to fully synchronize the two sources I would need to make around 2000 separate API calls every time. My instinct tells me that this is excessive and possibly irresponsible, but I lack the experience to know for sure.

In this particular case the web-application is Asana, but I’ve encountered similar situations before with other services. Is there any way to know if you’re abusing a service through excessive API calls? I know I’m not going to DOS a company like Asana, but I can’t shake the feeling that there must be a better way than making ~150k requests per day.

The only other option I can think of is to update the web-service only when I know there’s been a change in the database, but I’ll lose a lot of capability that way.

I apologize for the subjectivity of this question, but I’m really hoping that someone can explain if there’s any kind of etiquette that’s expected when using public APIs.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T10:04:48+00:00Added an answer on June 10, 2026 at 10:04 am

    (I work at Asana)

    This is an excellent question, or rather set of questions.

    You are designing a system that will repeatedly make requests for every object. What will happen as the number of objects grows? Even if your initial request rate were reasonable, this would suffer problems with scalability. A more scalable solution is one that scales with the number of changes in the system. This will also grow over time, but much more slowly – the number of changes a single user can make per day is relatively constant, but the total number of objects they’ve created over time grows and grows. So my first piece of advice would be to avoid doing things this way, and instead find a way to detect changes and just act on those. It would be interesting to know why you feel you’ll lose capability by taking this approach.

    Now, I happen to know that the Asana API does not currently provide you with any friendly mechanism to just detect changes in the system. This is a commonly requested feature and we are looking into it, though I unfortunately cannot promise a delivery date. So you might be left with no choice but to poll our system for now.

    As for being polite to the API, many service providers set limits on their API usage to prevent accidental or malicious use of the API from impacting the service to their other customers — Asana is no exception. Sometimes these limits are published, other times not, and there is no standard limit: it all depends on the service. But it is very thoughtful of you to be curious about service limitations.

    That said, 150k requests per day is, for the Asana API, kind of a lot. If all of our API users gave us that much traffic, we might be serving more requests per day than Google Web Search, and we’re not quite that scalable yet. 🙂 Technically, sometimes, we might handle requests at that volume from a single user.

    If you must poll, try to poll on intervals like 15 minutes. But please do not poll your entire workspace on this time period; it’s likely to be too much traffic/data. We’re working on trying to provide you with a better solution.

    If you do happen to make too many requests of the Asana API, you will get back HTTP status code 429 instead of your desired response; you can read more about that here (https://asana.com/developers/documentation/getting-started/errors).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Assume the following scenario A web application serves up resources through a RESTful API.
Goal is to make a dialog that appears on menu_key pressed, but it keeps
Goal I am building an Eclipse plugin targeting the 3.7 environment and would like
Goal: order records by 'start_date' select first record get the id of the record
Goal: Get values which are unique in $resultSecond So I have two objects. $result
Goal: Based on todays date and month, get actual and the next two days
I have two threads thread1(printing numbers) & thread2(printing alphabets). My goal is to have
Using Guava, I would like to have a map that has the following properties:
Goal: To use entity framework with N-tier in my WPF application. Problem: I can't
Goal: Right clicking in the listview and choose different option. Problem: There are two

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.