Spaces:
Sleeping
Sleeping
spelling error
Browse files
.github/workflows/scheduled_data_pipeline.yml
CHANGED
|
@@ -95,5 +95,5 @@ jobs:
|
|
| 95 |
--output-fg-name urlscan_features \
|
| 96 |
--output-version 1 \
|
| 97 |
--batch-size 500 \
|
| 98 |
-
--
|
| 99 |
timeout-minutes: 30 # Prevent job from running too long
|
|
|
|
| 95 |
--output-fg-name urlscan_features \
|
| 96 |
--output-version 1 \
|
| 97 |
--batch-size 500 \
|
| 98 |
+
--max-batches 1
|
| 99 |
timeout-minutes: 30 # Prevent job from running too long
|