Skip to content

Commit

Permalink
update celery client
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed May 6, 2024
1 parent 38bb4db commit 6933f09
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 72 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ npm run watch

# Run the app in another terminal:
make run-dev
# or
VUE_APP_MIDDLELAYER_API_PATH=/ VUE_APP_MIDDLELAYER_API=http://localhost:3030 VUE_APP_MIDDLELAYER_API_SOCKET_PATH=/socket.io make run-dev
```

## About
Expand Down
173 changes: 173 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"body-parser": "^1.18.3",
"cache-manager": "^4.1.0",
"cache-manager-redis-store": "^2.0.0",
"celery-node": "^0.5.9",
"child-process-async": "^1.0.1",
"chrono-node": "^2.3.2",
"cli-color": "^1.4.0",
Expand Down Expand Up @@ -107,7 +108,7 @@
"mysql2": "^2.3.3",
"nanoid": "^2.0.1",
"neo4j-driver": "^1.7.2",
"node-celery": "^0.2.8",
"node-celery": "0.5.9",
"node-eta": "^0.9.0",
"node-fetch": "2.7.0",
"node-http-proxy-json": "^0.1.6",
Expand Down Expand Up @@ -139,10 +140,10 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-promise": "^6.0.0",
"json-schema-to-typescript": "14.0.0",
"mocha": "^9.1.3",
"nodemon": "3.1.0",
"prettier": "3.2.5",
"json-schema-to-typescript": "14.0.0",
"typescript": "5.4.3",
"typescript-cp": "0.1.9"
}
Expand Down
Loading

0 comments on commit 6933f09

Please sign in to comment.