<https://stackoverflow.com/questions/59878832/spri...
# spring
n
sorry, but how is this related to kotlin? 🤔
☝️ 1
l
Thats why I asked on #spring and not in #general
n
i mean, it’s a kotlin slack...
l
And I’m using Spring Boot with Kotlin
I suppose this a Spring channel of people that uses it with Kotlin
n
your question is about the spring scheduler granted, the code is in kotlin but would you get the same issue if the code was in java?
l
I don’t know, didn’t tried it. Could be a solution
n
at least, if you did that and got the same issue you would rule out that it was kotlin-related
👍 1
l
Thanks for the suggestion, will try it
👍 1
l
If I were you I wouldn't use Spring Scheduler. I think it was designed for newbies that wanted things to be super easy which has many down sides as you are experiencing. Spring framework in general is dangerous is that it highly couples your code to that framework. I would suggest if you don't have to use a spring framework feature avoid it. Using java scheduler is just as easy and easier to unit test and debug and it works.
Untitled
b
also there is a spring gitter (https://gitter.im/spring-projects/home) which may be a better option for getting help with a core spring issue (not a kotlin/spring issue)
2
l
Thanks everyone for the support. Didn’t know that this was more a Spring question than a Kotlin question, sorry about that.
Have a great day everyone!
n
no worries somebody convinced me it requires already some degree of knowledge to understand where the issue comes from
👍 1