15 lines
368 B
YAML
15 lines
368 B
YAML
|
|
cron:
|
|
- description: "playlist executions job"
|
|
url: /api/playlist/run/users/cron
|
|
schedule: every 8 hours
|
|
target: spotify
|
|
- description: "playlist stats refresh"
|
|
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
|