kugra-al / al-laravel

Status: live
0 stars 0 forks source link

borked fullpath and path in items #18

Closed kugra-al closed 1 year ago

kugra-al commented 1 year ago

/obj//var/www/aldb/storage/private/git/Accursedlands-obj/items/food/vegetables/zucchini.itm

path should be:

/obj/items/food/vegetables/zucchini.itm

https://github.com/kugra-al/al-laravel/blob/032da495513835ebf4346fbfb1ee3aade4f60b23/app/Jobs/ReadItmFileToCache.php#L81-L85

kugra-al commented 1 year ago

This is still happening, even after a cache clear. Do jobs get cached somewhere else? Some things don't seem to work until 2 cache clears.

This should have been fixed in 9466a44, but check again after next cache clear.

kugra-al commented 1 year ago

Fixed. Jobs are cached in queue. Need to restart queue:work for changes in job files to update