Import queue not processed (v2.1.0) #898
Unanswered
nilshoerrmann
asked this question in
Support
Replies: 2 comments 6 replies
-
What exactly is the output of the Also, are there any entries in the failed_jobs database table? |
Beta Was this translation helpful? Give feedback.
0 replies
-
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. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions