-
Notifications
You must be signed in to change notification settings - Fork 207
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
Labels
Comments
cicoyle
added
kind/enhancement
New feature or request
help wanted
Extra attention is needed
labels
Aug 14, 2024
@cicoyle Can I work on this? |
@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 |
/assign |
3 tasks
@cicoyle Can you please verify once my changes, so I can continue this approach |
@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
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
The text was updated successfully, but these errors were encountered: