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

Library equivalent to Java's ManagedScheduledTask #547

Open
berler opened this issue Nov 30, 2022 · 0 comments
Open

Library equivalent to Java's ManagedScheduledTask #547

berler opened this issue Nov 30, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@berler
Copy link

berler commented Nov 30, 2022

What happened?

For our java witchcraft services that use witchcraft-core (sadly cannot link here as this is internal) we have a library and builtin support for ManagedScheduledTasks. This makes it trivial to add background jobs to any (java) witchcraft service where you want some runtime config field to control that job frequency (or even disable it entirely). The library takes care of starting/stopping the job when witchcraft starts/stops and correctly updates the job frequency in response to live changes to the runtime config.

What did you want to happen?

Can we get a go version of this so that I don't need to implement this from scratch myself? Please see internal issue deployability/infra-projects issue 79 for more details.

@berler berler added the enhancement New feature or request label Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant