Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

retry (up to twice per batch) get_historical_features when request fails on client side #19

retry (up to twice per batch) get_historical_features when request fails on client side

retry (up to twice per batch) get_historical_features when request fails on client side #19

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: pre-commit/action@v3.0.0