Files
windmill/backend/windmill-worker/src
pyranota 2b38000557 feat(python): make S3 cache arch specific (#5196)
* add .minio-data to .gitignore

* feat(python): make S3 cache arch specific

Current schema:

S3-Bucket
├── python_311
│   ├── wheel==1.0
│   └── wheel2==1.0
└── python_312
    ├── wheel==1.0
    └── wheel2==1.0

New schema:

S3-Bucket
├── linux_aarch64
│   └── ...
└── linux_x86_64
    ├── python_311
    │   ├── wheel==1.0
    │   └── wheel2==1.0
    └── python_312
        ├── wheel==1.0
        └── wheel2==1.0

* remove .minio-data from .gitignore

* remove unneeded tracing::error
2025-02-03 19:31:55 +01:00
..
2025-01-31 10:31:19 +01:00
2024-12-09 18:41:13 +01:00
2025-01-24 15:12:41 +01:00
2024-12-09 18:02:18 +01:00
2024-12-09 18:02:18 +01:00
2024-12-20 11:12:44 +01:00
2025-01-30 09:13:44 +01:00
2025-02-01 08:55:44 +01:00