Import queue not processed (v2.1.0) #898
Replies: 3 comments 8 replies
|
What exactly is the output of the Also, are there any entries in the failed_jobs database table? |
|
I get this output when runing the command directly in the terminal: 2025-02-06 20:07:51 Running ['artisan' queue:work --queue='default,import' --max-jobs=30 --stop-when-empty] 20,558ms DONE
⇂ '/usr/bin/php84' 'artisan' queue:work --queue='default,import' --max-jobs=30 --stop-when-empty > '/dev/null' 2>&1 And in this case the links get actually imported. But nothing happens when hitting the URL provided in the interface, e. g. |
|
Im hitting this problem. Installed non docker version (on Ionos shared webspace, in subfolder, using a subdomain and RewriteBase). Everything works fine. I can add links, use the bookmarklet etc. I imported an html export of 360 urls from Raindrop and it imported easily into the queue. Unfortunately, the queue does not process, cron seems to not work. But, as above, running the This is what Ive tried as the cronjob. (NB I am a cron novice but do run a couple of other crons that work) so far no luck. |
Uh oh!
There was an error while loading. Please reload this page.
I tried out LinkAce for the first time today so please bear with me if I'm missing the obvious: The app is runing just fine and I can add links manually without any issues. So I wanted to import a bunch of existing links via the import option in the interface. While I see all the links correctly added to the import queue, links are never actually imported. The cronjob is set up and working, there are no related errors in the logs.
Is this a know issue?
Where is best place to look for clues how to solve this?
All reactions