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

Add Jobs API #1101

Open
cicoyle opened this issue Aug 14, 2024 · 5 comments · May be fixed by #1110
Open

Add Jobs API #1101

cicoyle opened this issue Aug 14, 2024 · 5 comments · May be fixed by #1110
Assignees
Labels
help wanted Extra attention is needed kind/enhancement New feature or request

Comments

@cicoyle
Copy link
Contributor

cicoyle commented Aug 14, 2024

Dapr v1.14 adds support for the Jobs API which uses the Scheduler control plane service under the hood. This new API allows users to schedule/get/delete jobs to be triggered at some point in the future. Once triggered from the Scheduler control plane service, daprd will send the job to the app via either grpc or http via OnJobEventAlpha1 or /jobs repspectively. The API is exposed to the user for both grpc + http via the ScheduleJobAlpha1/GetJobAlpha1/DeleteJobAlpha1 apis.

Reference implementation for the go-sdk.

Note the API is called jobs

@cicoyle cicoyle added kind/enhancement New feature or request help wanted Extra attention is needed labels Aug 14, 2024
@charan2628
Copy link

@cicoyle Can I work on this?

@cicoyle
Copy link
Contributor Author

cicoyle commented Aug 19, 2024

@charan2628 Absolutely! Please assign yourself this issue by commenting ‘/assign’. Definitely refer to the go sdk example and reach out to me for additional assistance as needed

@charan2628
Copy link

/assign

@charan2628 charan2628 linked a pull request Aug 21, 2024 that will close this issue
3 tasks
@charan2628
Copy link

@cicoyle Can you please verify once my changes, so I can continue this approach

@salaboy
Copy link
Contributor

salaboy commented Aug 23, 2024

@charan2628 we will look into your changes.. I think that @artursouza already made some comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed kind/enhancement New feature or request
Projects
Status: In review
Development

Successfully merging a pull request may close this issue.

3 participants