From 64c1dba4dea2e0ed9081e951766085fab60a25d1 Mon Sep 17 00:00:00 2001 From: sankalp_j Date: Thu, 20 Sep 2018 19:15:29 +0530 Subject: [PATCH] added image --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 81acc8e..3175ecf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Timeloop Timeloop is a service that can be used to run periodic tasks after a certain interval. +![timeloop](http://66.42.57.109/timeloop.jpg) + Each job runs on a separate thread and when the service is shut down, it waits till all tasks currently being executed are completed. Inspired by this blog [`here`](https://www.g-loaded.eu/2016/11/24/how-to-terminate-running-python-threads-using-signals/)