How to execute a function every n hours in server side swift?

Viewed 1694

I'm looking for a Swift counterpart to Django's Celery which allows a function to execute every given amount of time.

I need a solution that works on server side Swift, meaning not all of Foundation is available, and something that's not for iOS / Mac.

I am using the Vapor framework.

1 Answers
Related