You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uf, that's a stupid bug :-(. @RustamSultansoy Would you care to send a PR? The fix is very straightforward. A test could be a little bit more challenging ;-)
Describe the bug
When you try to inject SimpleScheduler and then call SimpleScheduler::pause nothing happens.
Expected behavior
Scheduled jobs should be paused
Actual behavior
Nothing happens
To Reproduce
Add some method annotated by @scheduled
Then try to pause scheduler using SimpleScheduler::pause method.
looks like bug is here.
The text was updated successfully, but these errors were encountered: