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
Instead of having all workers poll from typically the same data set, separate them into publishers and consumers via a network queue. Publishers take third-party APIs (DigitalOcean, Github, etc.) and publish their JSON data for consumers to react and change states.
Potentially keep a database cache of all the recent JSON objects (Redis, Mongo, or maybe SQL?)
The text was updated successfully, but these errors were encountered:
Instead of having all workers poll from typically the same data set, separate them into publishers and consumers via a network queue. Publishers take third-party APIs (DigitalOcean, Github, etc.) and publish their JSON data for consumers to react and change states.
Potentially keep a database cache of all the recent JSON objects (Redis, Mongo, or maybe SQL?)
The text was updated successfully, but these errors were encountered: