Skip to content

Commit

Permalink
Fix: set interval to 30m
Browse files Browse the repository at this point in the history
  • Loading branch information
Gum-Joe committed Jul 15, 2024
1 parent f50dfe9 commit 7ac31d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docsoc_clickup_calendar_sync/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ services:
context: ../.. # We need the monorepo root as deps are managed and built to the root
dockerfile: ./packages/docsoc_clickup_calendar_sync/Dockerfile
init: true # don't run as PID 1 so we can kill the sleep process
# Run every 10s
command: ["./scripts/run_interval.sh", "/usr/local/bin/docsoc_clickup_calendar_sync", "10"]
# Run every 30 mins
command: ["./scripts/run_interval.sh", "/usr/local/bin/docsoc_clickup_calendar_sync", "30m"]
depends_on:
- postgres
environment:
Expand Down

0 comments on commit 7ac31d1

Please sign in to comment.