iausathub / satchecker

IAU CPS SatHub tool for satellite position prediction
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Review default limits and see if they should be different for FOV and standard #77

Open github-actions[bot] opened 1 month ago

github-actions[bot] commented 1 month ago

ephemeris endpoints

https://github.com/iausathub/satchecker/blob/e33fa033603cd0d62dd68f56c09ed2d9cce242dc/src/api/entrypoints/extensions.py#L7


db = SQLAlchemy()

# TODO: Review default limits and see if they should be different for FOV and standard
# ephemeris endpoints
limiter = Limiter(
    key_func=get_remote_address, default_limits=["100 per second", "2000 per minute"]
)