Fork me on GitHub
#ring-swagger
<
2018-05-14
>
plins20:05:28

I need, upon server start, spawn some threads to do some unrelated work (not related to the endpoints but to the database) it would be ok to put it inside the handler? or is there a canonical way of doing this? or should i generate another .jar and deal with it in a separate project?