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
tc-taas-es-processor | [2021-04-09T21:20:21.475Z] app INFO : Initialized.......
109
-
tc-taas-es-processor | [2021-04-09T21:20:21.479Z] app INFO : taas.job.create,taas.job.update,taas.job.delete,taas.jobcandidate.create,taas.jobcandidate.update,taas.jobcandidate.delete,taas.resourcebooking.create,taas.resourcebooking.update,taas.resourcebooking.delete,taas.workperiod.create,taas.workperiod.update,taas.workperiod.delete,taas.workperiodpayment.create,taas.workperiodpayment.update,taas.interview.requested,taas.interview.update,taas.interview.bulkUpdate,taas.role.requested,taas.role.update,taas.role.delete
110
+
tc-taas-es-processor | [2021-04-09T21:20:21.479Z] app INFO :common.error.reporting,taas.job.create,taas.job.update,taas.job.delete,taas.jobcandidate.create,taas.jobcandidate.update,taas.jobcandidate.delete,taas.resourcebooking.create,taas.resourcebooking.update,taas.resourcebooking.delete,taas.workperiod.create,taas.workperiod.update,taas.workperiod.delete,taas.workperiodpayment.create,taas.workperiodpayment.update,taas.interview.requested,taas.interview.update,taas.interview.bulkUpdate,taas.role.requested,taas.role.update,taas.role.delete,taas.action.retry
110
111
tc-taas-es-processor | [2021-04-09T21:20:21.480Z] app INFO : Kick Start.......
111
112
tc-taas-es-processor |********** Topcoder Health Check DropIn listening on port 3001
112
113
tc-taas-es-processor | Topcoder Health Check DropIn started and ready to roll
@@ -176,6 +177,19 @@ To be able to change and test `taas-es-processor` locally you can follow the nex
176
177
2. Run `taas-es-processor` separately from the source code. As `npm run services:up` already run all the dependencies for both `taas-apis` and for`taas-es-processor`. The only thing you need to dofor running `taas-es-processor` locally is clone the [taas-es-processor](https://github.com/topcoder-platform/taas-es-processor) repository and inside `taas-es-processor` folder run:
177
178
- `nvm use` - to use correct Node version
178
179
- `npm run install`
180
+
- Create `.env` file with the next environment variables. Values for**Auth0 config** should be shared with you on the forum.<br>
181
+
182
+
```bash
183
+
# Auth0 config
184
+
AUTH0_URL=
185
+
AUTH0_AUDIENCE=
186
+
AUTH0_CLIENT_ID=
187
+
AUTH0_CLIENT_SECRET=
188
+
```
189
+
190
+
- Values from this file would be automatically used by many `npm` commands.
191
+
- ⚠️ Never commit this file or its copy to the repository!
192
+
179
193
- `npm run start`
180
194
181
195
## NPM Commands
@@ -206,6 +220,7 @@ To be able to change and test `taas-es-processor` locally you can follow the nex
206
220
|`npm run cov`| Code Coverage Report. |
207
221
|`npm run migrate`| Run any migration files which haven't run yet. |
208
222
| `npm run migrate:undo` | Revert most recent migration. |
223
+
| `npm run demo-payment-scheduler` | Create 1000 Work Periods Payment records in with status "scheduled" and various "amount" |
0 commit comments