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
This Python script creates `PecNotification` documents for institutions with active onboarding, using data stored in a MongoDB database. The process performs the following main operations:
22
+
23
+
1. Connects to the MongoDB database.
24
+
2. Calculates the module day of the epoch for notifications.
25
+
3. Retrieves institutions with active onboarding in batches.
26
+
4. Creates or updates `PecNotification` documents for each institution and onboarding.
27
+
28
+
Create a .env file in the root directory of the project and add the environment variables inside .env.example
0 commit comments