Skip to content

[Feature] Implement Caching #47

@Falcon-Charade

Description

@Falcon-Charade

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions