Is there tutorial for Jobs Framework in Vapor 4?

Hello everyone,

I want to run some schedulers on servers. How do I achieve this in Vapor ?

I found Jobs GitHub - vapor/queues: A queue system for Vapor. as relevant to my requirement. But I don’t find any tutorial on this.

Can someone help me on this ?

Thanks in advance

@vigneshkumar the documentation for that library is in this PR. That should show you how to use it.

Hope that helps!