Skip to content

Commit

Permalink
Merge branch 'main' into staging/flow-movidesk
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 16, 2025
2 parents f276434 + f5cd9d4 commit 9c98405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ class constants(Enum): # pylint: disable=c0103
WHERE
id > {last_id} AND id <= {max_id}
""",
"page_size": 1000,
"max_pages": 70,
"page_size": 35000,
"max_pages": 2,
},
"primary_key": ["id"],
"interval_minutes": 5,
Expand Down

0 comments on commit 9c98405

Please sign in to comment.