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 #1340

Closed
cicoyle opened this issue Aug 14, 2024 · 2 comments
Closed

Add Jobs API #1340

cicoyle opened this issue Aug 14, 2024 · 2 comments
Labels
kind/enhancement New feature or request

Comments

@cicoyle
Copy link

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 the kind/enhancement New feature or request label Aug 14, 2024
@philliphoff
Copy link
Collaborator

Should be covered by existing issue #1321.

@philliphoff
Copy link
Collaborator

Closing in favor of #1321.

@cicoyle cicoyle closed this as not planned Won't fix, can't repro, duplicate, stale Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants