fix: god bless SQLite on CDN

Robust.CDN utilizes SQLite database for storing artifacts like SS14.Client and all metadata stuff. So it takes painfully long time to write assets on FS, at the same time Robust.CDN doesn't make any requests queuing and no normal error response, that means 500 error code for all simultaneous publish requests(one per time). This fix is kinda... required, but obviously, CDN should be rewritten for PG or at least have some assets queuing...
This commit is contained in:
Jerry
2026-06-04 20:33:43 +05:00
committed by GitHub
parent 2275438ee1
commit 06ead0debb
+1 -1
View File
@@ -7,7 +7,7 @@ concurrency:
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
- cron: '0 3 * * *'
jobs:
build:
runs-on: ubuntu-latest