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

Expose dedicated CRON schedule features APIs #428

Open
longquanzheng opened this issue Sep 24, 2024 · 0 comments
Open

Expose dedicated CRON schedule features APIs #428

longquanzheng opened this issue Sep 24, 2024 · 0 comments
Labels
Learning small but useful

Comments

@longquanzheng
Copy link
Contributor

longquanzheng commented Sep 24, 2024

  • Get
  • Delete
  • Update

Right now it's not nice that we put the cron schedule in startWorkflow API. This is because historical reasons that Cadence/Temporal did that at the beginning.

Instead, we should also make schedule as a first class citizen like Temporal and ask all clients to use a separate API to start cron schedule. So:

  • CreateSchedule
  • GetSchedule
  • DeleteSchedule
  • UpdateSchedule

Note that there is no difficult work, but just wrap on the Temporal schedule APIs.

@longquanzheng longquanzheng added the Learning small but useful label Sep 24, 2024
@longquanzheng longquanzheng changed the title Expose temporal schedule features APIs Expose more temporal CRON schedule features APIs Nov 1, 2024
@longquanzheng longquanzheng changed the title Expose more temporal CRON schedule features APIs Expose dedicated CRON schedule features APIs Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Learning small but useful
Projects
None yet
Development

No branches or pull requests

1 participant