Closed eyeshield2110 closed 1 year ago
Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Our GitHub checks need improvements? Share your feedbacks!
Is the scheduler using 5 min or 5 sec intervals? because the example indicates 5 secs but you mentioned using 5 min intervals
First version of the job scheduler process in the Notification service as came up by @allfatherWednesday.
High level idea:
Note about the Data service: We should implement a job scheduler in the Data service that periodically updates the Redis cache's weather in the background, instead of relying on User Browser requests to update the cached weather. This would make the Notification service actually real-time (because an Alert system that's triggered by browser request is not really real-time)