File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - name : Set up helmfile
2727 uses : helmfile/helmfile-action@v1.9.1
2828 - name : Cache Docker layers
29- uses : actions/cache@v4.0.2
29+ uses : actions/cache@v4
3030 with :
3131 path : /tmp/.buildx-cache
3232 key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 11# api
22
3+ ## 10x.18.4 - 19 February 2025
4+ - Fix job definition in UpdateWikiDailyMetricJob class
5+ - Update actions/cache in github workflow to version 4 to pass CI
36
47## 10x.18.3 - 10 February 2025
58- Added new table wiki_daily_metrics
Original file line number Diff line number Diff line change 44
55use App \Wiki ;
66use \App \Metrics \App \WikiMetrics ;
7+ use Illuminate \Contracts \Queue \ShouldBeUnique ;
78use Illuminate \Contracts \Queue \ShouldQueue ;
89use Illuminate \Foundation \Bus \Dispatchable ;
910
1011//This job is for the daily measurements of metrics per wikibases.
1112//This is to help in understanding the purpose of active wikis.
12- class UpdateWikiDailyMetricJob implements ShouldQueue
13+ class UpdateWikiDailyMetricJob extends Job implements ShouldBeUnique
1314{
1415 use Dispatchable;
15- public int $ timeout = 3600 ;
16+ public $ timeout = 3600 ;
1617
1718 /**
1819 * Execute the job.
You can’t perform that action at this time.
0 commit comments