QUEUES
Ola prof!
Estou a ter problemas com processamento de filas, utilizando o redis. Será que há algum tratamento especial quando se trabalha com filas em várias instâncias?
O problema é nesse package mesmo, ele está armazenando arquivo local:
https://gist.github.com/gchiule/ba74cc13fb425d177e279b3826c0095f#file-gistfile1-txt-L297
Mas, ele tem uma opção de usar um disco esterno:
https://gist.github.com/gchiule/ba74cc13fb425d177e279b3826c0095f#file-gistfile1-txt-L313
O problema é nesse package mesmo, ele está armazenando arquivo local:
https://gist.github.com/gchiule/ba74cc13fb425d177e279b3826c0095f#file-gistfile1-txt-L297
Mas, ele tem uma opção de usar um disco externo:
https://gist.github.com/gchiule/ba74cc13fb425d177e279b3826c0095f#file-gistfile1-txt-L313
config/excel.php
...
'remote_disk' => env('APP_ENV') == 'production' ? env('FILESYSTEM_DISK', 'gcs') : null,
...
FUNCIONA, MAS AS VEZES DA ERRO.
EX: touch(): Unable to create file /var/www/storage/framework/cache/laravel-excel/laravel-excel-mBjtip03cu0wlMAy2VyOZEQCNr884Aas because No such file or directory
FUI AO MEU CLOUD STORAGE E, ENCONTREI "mBjtip03cu0wlMAy2VyOZEQCNr884Aas"
LA OS FICHEIROS ELE CRIA FORA DE "framework/cache/laravel-excel/laravel-excel"
ESTA INSTAVEL!!!
Se já funcionou uma vez, já é um processo, provavelmente em alguma instância ainda está errado, talvez tem cache de configuração.
Rodou o comando para limpar os caches de configurações? php artisan config:clear
Precisa estar logado para conseguir responder a este ticket!
Clique Aqui Para Entrar!