Skip to content

Commit

Permalink
revert run date
Browse files Browse the repository at this point in the history
  • Loading branch information
pmhalvor committed Nov 7, 2024
1 parent 72b0886 commit 9d483c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ run-dataflow:
--max_num_workers=8 \
--autoscaling_algorithm=THROUGHPUT_BASED \
--worker_harness_container_image=$(MODEL_REGISTERY)/$(PIPELINE_WORKER_IMAGE_NAME):latest \
--start "2024-08-08" \
--end "2024-08-10" \
--start "2024-07-11" \
--end "2024-07-11" \
--offset 0 \
--margin 1800 \
--batch_duration 60
Expand All @@ -120,8 +120,8 @@ run-direct:
--inference_url $(INFERENCE_URL) \
--runner DirectRunner \
--worker_harness_container_image=$(MODEL_REGISTERY)/$(PIPELINE_WORKER_IMAGE_NAME):latest \
--start "2024-08-08" \
--end "2024-08-08" \
--start "2024-07-11" \
--end "2024-07-11" \
--offset 0 \
--margin 1800 \
--batch_duration 60
Expand Down

0 comments on commit 9d483c1

Please sign in to comment.