Skip to content

Commit

Permalink
feat: add condition for params to test pipeline in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentLvr committed May 13, 2024
1 parent 3408ec7 commit 5fcc18f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions __pipeline__.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@
"entity_start = 0\n",
"entity_end = None\n",
"limit_linkedin = 30\n",
"if not naas.is_production():\n",
" limit_linkedin = 5\n",
"limit_llm = 50\n",
"if not naas.is_production():\n",
" limit_llm = 5\n",
"cron = \"0 12 * * *\"\n",
"\n",
"# Outputs\n",
Expand Down

0 comments on commit 5fcc18f

Please sign in to comment.