Better catch TIC file exceptions, enable moving TIC files if fido.packet_keep is defined

This commit is contained in:
2023-10-04 22:22:01 +11:00
parent ce7a96ca2a
commit b854cf9fe0
4 changed files with 39 additions and 11 deletions

View File

@@ -142,7 +142,7 @@ class Receive extends Base
Log::info(sprintf('%s:- Processing TIC file [%s]',self::LOGKEY,$this->receiving->nameas));
// Queue the tic to be processed later, in case the referenced file hasnt been received yet
TicProcess::dispatch($this->receiving->rel_name);
TicProcess::dispatch($this->receiving->pref_name)->delay(60);
break;