mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-06-09 10:06:49 +02:00
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:
@@ -7,7 +7,7 @@ concurrency:
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 1 * * *'
|
||||
- cron: '0 3 * * *'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user