Skip to content

Commit

Permalink
update dag frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
Blunt10K committed Dec 22, 2023
1 parent 2e01b40 commit da45502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper/dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# %%
with DAG('scrape_games',default_args={'retries': 4,'owner':'blunt10k'},description='Data injector to calendar table',
schedule_interval='0 * * * *',catchup=False,tags=['nba_stats'],
schedule_interval='0 */6 * * *',catchup=False,tags=['nba_stats'],
start_date=pendulum.datetime(2023, 12, 10, tz="UTC")) as dag:

dag.doc_md = __doc__
Expand Down

0 comments on commit da45502

Please sign in to comment.