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

feat: rename client.schedule(..) to clarify hidden behavior where nothing is scheduled if the instance already exists #496

Merged
merged 2 commits into from
Jul 7, 2024

Conversation

kagkarlsson
Copy link
Owner

@kagkarlsson kagkarlsson commented May 30, 2024

Rename client.schedule(...) method to client.scheduleIfNotExists(...) to clarify default but slightly hidden behavior where nothing is scheduled if the instance already exists.

Deprecated old client.schedule(...) methods.

Fixes #326

@kagkarlsson kagkarlsson merged commit 679332b into master Jul 7, 2024
14 checks passed
@kagkarlsson kagkarlsson deleted the feat-schedule-if-not-exists-rename branch July 7, 2024 17:33
@kagkarlsson
Copy link
Owner Author

🎉 This issue has been resolved in v14.0.3 (Release Notes)

@kagkarlsson kagkarlsson added the released Issue has been released label Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Issue has been released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Surface task scheduling results(success/failure) from SchedulerClient
1 participant