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.