-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Currently, the program will do an update to the database each time a service is called. This will eat up the available "free" time available on the database, causing a loss of connectivity sooner than necessary. This will be especially important for the web service and analysis due to the high throughput of those services. The journal monitor service should continue to operate with either "live calls" or "batch calls" to maintain up-to-date data availability for analysis.
Describe the solution you'd like
Caching should be implemented to ensure that the database is only updated based on a specific rate limit.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
Todo