Compare commits
2
Commits
0f8bd407f4
...
6cf4615596
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6cf4615596 | ||
|
|
dd10f26f31 |
@@ -11,6 +11,7 @@ spec:
|
|||||||
# days are dead weight. Today's rows are never touched: the latest one
|
# days are dead weight. Today's rows are never touched: the latest one
|
||||||
# feeds /api/summary and the close is still evolving.
|
# feeds /api/summary and the close is still evolving.
|
||||||
schedule: "10 0 * * *"
|
schedule: "10 0 * * *"
|
||||||
|
suspend: true
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
successfulJobsHistoryLimit: 3
|
successfulJobsHistoryLimit: 3
|
||||||
failedJobsHistoryLimit: 3
|
failedJobsHistoryLimit: 3
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ spec:
|
|||||||
# the upsert is idempotent per market_id (ON CONFLICT DO UPDATE) and the
|
# the upsert is idempotent per market_id (ON CONFLICT DO UPDATE) and the
|
||||||
# fetch only queries markets that still lack an outcome.
|
# fetch only queries markets that still lack an outcome.
|
||||||
schedule: "30 0 * * *"
|
schedule: "30 0 * * *"
|
||||||
|
suspend: true
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
successfulJobsHistoryLimit: 3
|
successfulJobsHistoryLimit: 3
|
||||||
failedJobsHistoryLimit: 3
|
failedJobsHistoryLimit: 3
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ spec:
|
|||||||
whenDeleted: Retain
|
whenDeleted: Retain
|
||||||
whenScaled: Retain
|
whenScaled: Retain
|
||||||
podManagementPolicy: OrderedReady
|
podManagementPolicy: OrderedReady
|
||||||
replicas: 1
|
replicas: 0
|
||||||
revisionHistoryLimit: 10
|
revisionHistoryLimit: 10
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
|
|||||||
Reference in New Issue
Block a user