Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Quickstart for Javascript Jobs HTTP api #1134

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Reordered props in dapr.yaml
Signed-off-by: Constantin Chirila <constantin@diagrid.io>
Constantin Chirila committed Jan 30, 2025
commit abc40a8f77596e0be4e6ce4ee388fcf28e83952b
8 changes: 4 additions & 4 deletions jobs/javascript/http/dapr.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: 1
apps:
- appDirPath: ./job-service/
appID: job-service
- appID: job-service
appDirPath: ./job-service/
appPort: 6200
daprHTTPPort: 6280
schedulerHostAddress: localhost
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
schedulerHostAddress: localhost

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are in the process of removing this line from all the quickstarts Constantin.

command: ["npm", "run", "start"]
- appDirPath: ./job-scheduler/
appID: job-scheduler
- appID: job-scheduler
appDirPath: ./job-scheduler/
appPort: 6300
daprHTTPPort: 6380
command: ["npm", "run", "start"]