browsing through upload request

This commit is contained in:
Čarodej
2022-02-24 10:20:38 +01:00
parent 06b28aeee3
commit a589ee5f7a
31 changed files with 311 additions and 118 deletions
@@ -8,7 +8,7 @@ class ExpireUnfilledUploadRequestAction
{
public function __invoke()
{
UploadRequest::where('status', 'active')
UploadRequest::whereIn('status', ['active', 'filling'])
->cursor()
->each(function ($uploadRequest) {
// Get timestamp of last upload if exist