You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2026. It is now read-only.
We need to poll NDBC endpoints hourly for latest buoy weather readings and persist this information in our databases.
Tasks
Choose an appropriate broker (e.g., RabbitMQ).
Create "hourly" task to update forecast data.
should this apply to all buoys or a subset of buoys?
Why
Celery, along with an appropriate broker (e.g., RabbitMQ), would allow us to scale without impacting application performance. Specifically, this should allow us to fetch and persist large amounts of data as a separate process, which would avoid negatively impacting end-user experience.