Skip to content

Commit

Permalink
Merge pull request #5 from TeoMeWhy/feat/sync_jobs
Browse files Browse the repository at this point in the history
Feat: Job schedule
  • Loading branch information
TeoCalvo authored Jul 5, 2024
2 parents dcb7c72 + 4174c85 commit dd821cb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/workflows/upsell.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
"webhook_notifications": {},
"timeout_seconds": 0,
"trigger": {
"pause_status": "PAUSED",
"file_arrival": {
"url": "/Volumes/raw/upsell/cdc/customers/"
}
"quartz_cron_expression": "50 0 9 * * ?",
"timezone_id": "America/Sao_Paulo",
"pause_status": "UNPAUSED"
},
"max_concurrent_runs": 1,
"tasks": [
Expand Down

0 comments on commit dd821cb

Please sign in to comment.