kagkarlsson / db-scheduler

Persistent cluster-friendly scheduler for Java
Apache License 2.0
1.23k stars 188 forks source link

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

Closed kagkarlsson closed 2 months ago

kagkarlsson commented 3 months ago

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 commented 1 month ago

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