Skip to content
Snippets Groups Projects
Commit a8161e71 authored by Cam Saul's avatar Cam Saul
Browse files

clean up comments

parent 71aaab4e
Branches
Tags
No related merge requests found
......@@ -124,7 +124,6 @@
[]
(* 1000 60 (minutes-until-next-hour)))
;; TODO: Does it matter whether we run at the top of each hour or just once per hour?
(defn- run-hourly-tasks
"Run the `hourly-tasks-hook` in parallel, then sleep for an hour."
[]
......@@ -161,8 +160,3 @@
(log/info "Stopping task runner...")
(future-cancel @task-runner)
(reset! task-runner nil)))
;; Now start up the task runner
;; TODO -
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment