Add tasks for segment sync and posthog sync

This commit is contained in:
Vasilije 2024-09-30 15:12:48 +02:00
parent 354c8b1f61
commit 9dd955524b
3 changed files with 14 additions and 10 deletions

View file

@ -1,8 +1,8 @@
name: analytics | Update Cognee Stats Daily name: analytics | Update Cognee Stats Daily
on: pull_request
on: #on:
schedule: # schedule:
- cron: '0 1 * * *' # Runs every day at 01:00 UTC # - cron: '0 1 * * *' # Runs every day at 01:00 UTC
jobs: jobs:
update_stats: update_stats:

View file

@ -1,9 +1,11 @@
name: analytics | Send Twitter Followers to Segment name: analytics | Send Twitter Followers to Segment
on: on: pull_request
schedule:
- cron: '0 0 * * *' # Runs daily at midnight UTC. Adjust as needed. #on:
workflow_dispatch: # Allows manual triggering of the workflow # schedule:
# - cron: '0 0 * * *' # Runs daily at midnight UTC. Adjust as needed.
# workflow_dispatch: # Allows manual triggering of the workflow
jobs: jobs:
send-followers: send-followers:

View file

@ -1,7 +1,9 @@
name: analytics | Historical Import of Cognee Stats name: analytics | Historical Import of Cognee Stats
on: on: pull_request
workflow_dispatch:
#on:
# workflow_dispatch:
jobs: jobs:
import_stats: import_stats: