From e2317c86efe9b9f4222109ca9eed81dcd6649e38 Mon Sep 17 00:00:00 2001 From: aj Date: Fri, 15 May 2020 22:59:12 +0100 Subject: [PATCH] added tag refresh cron job --- cron.yaml | 4 ++++ deploy | 0 2 files changed, 4 insertions(+) mode change 100644 => 100755 deploy diff --git a/cron.yaml b/cron.yaml index dc1636b..a4037c6 100644 --- a/cron.yaml +++ b/cron.yaml @@ -8,3 +8,7 @@ cron: url: /api/spotfm/playlist/refresh/users/cron schedule: every 72 hours target: spotify +- description: "tag refresh" + url: /api/tag/update/users/cron + schedule: every 24 hours + target: spotify diff --git a/deploy b/deploy old mode 100644 new mode 100755