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
| url |`string`| yes || The connection string of your database. |
157
-
| scheduleName |`string`| yes || Only one schedule per name can be active at a time. If multiple instances of your application define a schedule with the same name, only one at a time will actually run jobs. |
158
-
| collectionsPrefix |`string`| no | no prefix | A prefix for all collections created by Momo. |
159
-
| pingIntervalMs | number| no |`60_000`| The keep alive ping interval of the schedule, in milliseconds. After twice the amount of time has elapsed without a ping of your Momo instance, other instances may take over. You might want to reduce this if you have jobs running on short intervals. |
| url |`string`| yes || The connection string of your database. |
157
+
| scheduleName |`string`| yes || Only one schedule per name can be active at a time. If multiple instances of your application define a schedule with the same name, only one at a time will actually run jobs. |
158
+
| collectionsPrefix |`string`| no | no prefix | A prefix for all collections created by Momo. |
159
+
| pingIntervalMs |`number`| no |`60_000`| The keep alive ping interval of the schedule, in milliseconds. After twice the amount of time has elapsed without a ping of your Momo instance, other instances may take over. You might want to reduce this if you have jobs running on short intervals. |
160
160
| mongoClientOptions |`MongoClientOptions`| no || Options for the connection to the MongoDB client as specified by the MongoDB API. Useful for providing configuration options that are not available via the connection string (url). |
0 commit comments